Annotation Type WasmTextCode
Annotation for code that can not be written in Java.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
-
signature
String signatureOverride the Java signature to support more as one return parameter. If you use this then you can't use it anymore in Java code directly. It is recommended to use this only with the modifier native.Sample: "(I)II"
- Returns:
- optional Java method signature.
- Default:
""
-