| Annotation Type | Description |
|---|---|
| Exported |
Marks the corresponding program element as exported.
|
| ExtraJavaScript |
A way to include pre-made JavaScript scripts and libraries.
|
| JavaScriptBody |
Put this annotation on a method to provide its special implementation
in JavaScript.
|
| JavaScriptOnly |
Don't include given method in the generated JavaScript at all.
|
| JavaScriptPrototype |
Influence the inheritance of your class when converted to JavaScript.
|
Copyright © 2022 API Design. All Rights Reserved.