Annotation Types Summary |
BrowserMessages |
Used on classes that require some message keys in the browser. |
Cache |
Annotated methods calculate the CacheControl instance to be asociated to the current request. |
CollectionMetadata |
Annotation for multiple values: List and arrays. |
ConverterMetadata |
Defines the converter for this field |
EagerProperties |
A field that hold multiple annotations
A trick to circumvent the absurd restriction on java 5 that the same annotation
cannot be applied to the same attribute more than once. |
EagerProperty |
Properties marked with this annotation get populated before the
beforePopulation handler gets called. |
Event |
This annotation modifies the configuration associated to the
annotated event method. |
ImplementationMetadata |
Denotes the implementation class to be used by default to populate this field. |
JSON |
Marks an attribute or event parameter to be converted to/from a JSON representation. |
MapMetadata |
Annotation for Maps |
RequestParameters |
Marks a event argument to receive all parameters of a request. |
RetrieveEntities |
A field that hold multiple annotations
A trick to circumvent the absurd restriction on java 5 that the same annotation
cannot be applied to the same attribute more than once. |
RetrieveEntity |
Retrieve the annotated property from the database if the id to retrieve is
included in the current request. |
SSLPolicy |
Specify the SSL policy to follow for a concrete event. |