| Annotation Type | Description |
|---|---|
| Endpoint |
Annotation to assign an id, security and cache settings to an
endpoint.
|
| EndpointDoc |
Annotation to attach a documentation file to a given
set of endpoints.
|
| NucleusComponent |
An Annotation that can be used to annotate fields of non-Nuelcues
endpoints so that the field can be resolved as an instance of a
Nucleus component.
|
| PATCH |
Annotation to set the PATCH request type
|
| PostAction |
An Annotation that can be used to annotate methods of a Rest
Resource class to define post actions to be invoked after the
endpoint method is invoked.
|
| PreAction |
An Annotation that can be used to annotate methods of a Rest
Resource class to define pre actions to be invoked before the
endpoint method is invoked.
|
| RestResource |
Annotation to assign an id to a rest resource
|
| SubresourceLocator |
Annotation to list the subresource ids for a subresource locator method
|