Method
import { Method } from "@alloy-js/java";
<Method abstract default final generics={Record<string, Children>} name="string" native parameters={Record<string, Children>} private protected public return={Children} static strictfp synchronized throws={Children} transient volatile> {children}</Method>import { Method } from "@alloy-js/java/stc";
Method({ abstract: boolean, default: boolean, final: boolean, generics: Record<string, Children>, name: string, native: boolean, parameters: Record<string, Children>, private: boolean, protected: boolean, public: boolean, return: Children, static: boolean, strictfp: boolean, synchronized: boolean, throws: Children, transient: boolean, volatile: boolean,}).children(children)| abstract | optional boolean | |
| children | optional Children | |
| default | optional boolean | |
| final | optional boolean | |
| generics | optional Record<string, Children> | |
| name | string | |
| native | optional boolean | |
| parameters | optional Record<string, Children> | |
| private | optional boolean | |
| protected | optional boolean | |
| public | optional boolean | |
| return | optional Children | |
| static | optional boolean | |
| strictfp | optional boolean | |
| synchronized | optional boolean | |
| throws | optional Children | |
| transient | optional boolean | |
| volatile | optional boolean |