| Enum | Description |
|---|---|
| CompareType |
Used to indicate comparison types.
|
| OperatorType |
Enum used to indicate operator type.
|
| Annotation Type | Description |
|---|---|
| IterableList |
Makes a class implementing List expose itself as iterable over keys and
values.
|
| IterableMap |
Makes a class implementing Map expose itself as iterable over keys and
values.
|
| IterableSimple |
Indicates a simple iterable.
|
| NotNull |
Indicates that the given method parameter cannot be null.
|
| Optional |
Denotes that this parameter is optional.
|
| ReturnsSelf | |
| ZenCaster |
Denotes a caster.
|
| ZenClass |
Exposes this class to ZenScript.
|
| ZenConstructor |
Used to indicate an exposed constructor.
|
| ZenExpansion |
Indicates that the given class contains an expansion for a certain type.
|
| ZenGetter |
Indicates a getter.
|
| ZenMemberGetter |
Indicates a member getter.
|
| ZenMemberSetter |
Used to indicate a member setter.
|
| ZenMethod |
Used to indicate an exposed method.
|
| ZenMethodStatic |
Used to indicate static methods for expansions.
|
| ZenOperator |
Used to indicate an operator.
|
| ZenProperty |
Used to annotate Properties.
|
| ZenSetter |
Used to annotate setters.
|