- ej.giml.annotation - package ej.giml.annotation
-
- Element - Annotation Type in ej.giml.annotation
-
An annotation to tag element (i.e.
- ElementAttribute - Annotation Type in ej.giml.annotation
-
An annotation to tag constructor parameters, in order to declare them as GIML attributes of their parent GIML tag.
- ElementChild - Annotation Type in ej.giml.annotation
-
An annotation to tag methods that add child to the enclosing GIML element.
- ElementConstructor - Annotation Type in ej.giml.annotation
-
An annotation to tag the constructor to use to instantiate the enclosing GIML element.
- ElementRequiredAttribute - Annotation Type in ej.giml.annotation
-
An annotation to tag constructor parameters, in order to declare them as required GIML attributes of their parent
GIML tag.
- ElementSetter - Annotation Type in ej.giml.annotation
-
An annotation to declare a GIML attribute, based on setter method.