Annotation Type Export
-
@Retention(CLASS) @Target(METHOD) public @interface Export
Mark a function as an export to host environment/JavaScript.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
name
The external visible function name.
-