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)
Props
abstract | optionalboolean |
children | optionalChildren |
default | optionalboolean |
final | optionalboolean |
generics | optionalRecord<string, Children> |
name | string |
native | optionalboolean |
parameters | optionalRecord<string, Children> |
private | optionalboolean |
protected | optionalboolean |
public | optionalboolean |
return | optionalChildren |
static | optionalboolean |
strictfp | optionalboolean |
synchronized | optionalboolean |
throws | optionalChildren |
transient | optionalboolean |
volatile | optionalboolean |