| Enum | Description |
|---|---|
| Compatibility.Browser |
| Annotation Type | Description |
|---|---|
| Adapter |
This annotates adapter classes.
|
| BrowserCompatibility | |
| Compatibility | |
| DataType | Deprecated
Use
SyntheticType instead |
| GlobalScope |
This annotation is used to mark a global scope type.
|
| JavascriptFunction |
This annotation annotates interfaces that are used to simulate Javascript functions.
|
| Namespace |
This annotation is used to mark a Javascript name space for the given type.
|
| Native |
This annotation can be added on constructors only and it's the equivalent of using "native" keyword on methods, i.e.
|
| ServerSide |
This annotation is used to annotated elements of a class (methods, fields, constructors) that are intented to be used on the server side only.
|
| STJSBridge |
This annotation is used to mark types that part of a bridge library (like the jquery one).
|
| SyntheticType |
There are in this library classes that do not correspond to real types in the javascript library counterpart.
|
| Template |
This annotation added on a method changes how the call to this method is generated.
|
| UsePlugin |
Use this interface to activate some generation plugins for your type.
|
Copyright © 2015. All Rights Reserved.