Interface
import { Interface } from "@alloy-js/java";
<Interface abstract default extends={Children[]} final generics={Record<string, Children>} name={string | Namekey} native private protected public refkey={Refkey} static strictfp synchronized transient volatile />import { Interface } from "@alloy-js/java/stc";
Interface({ abstract: boolean, default: boolean, extends: Children[], final: boolean, generics: Record<string, Children>, name: string | Namekey, native: boolean, private: boolean, protected: boolean, public: boolean, refkey: Refkey, static: boolean, strictfp: boolean, synchronized: boolean, transient: boolean, volatile: boolean,}).children(children)| abstract | optional boolean | |
| children | optional Children | |
| default | optional boolean | |
| extends | optional Children[] | |
| final | optional boolean | |
| generics | optional Record<string, Children> | |
| name | string | Namekey | |
| native | optional boolean | |
| private | optional boolean | |
| protected | optional boolean | |
| public | optional boolean | |
| refkey | optional Refkey | |
| static | optional boolean | |
| strictfp | optional boolean | |
| synchronized | optional boolean | |
| transient | optional boolean | |
| volatile | optional boolean |