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