| Annotation Type | Description |
|---|---|
| AnonymousAccessEnabled |
Annotation used to allow anonymous access on a given REST resource
Java method.
|
| Authorization |
Annotation used to apply a specified
AuthorizationRule on
REST resource Java methods. |
| Documentation |
Annotation used to document the purpose of a JAX-RS matched resource.
|
| ExtendedOutput |
Annotation used to configure the extended JSON output format
for a Data Transfer Object (DTO) field of type
ContentHolder. |
| OpenApiApplicationPath |
Annotation used to automatically create a JAX-RS application serving
OpenAPI REST resource for the underlying REST Toolkit application.
|
| OpenApiResource |
Annotation used to activate the OpenAPI documentation on the
annotated REST resource Java class.
|
| Table |
Annotation used to reference a schema table linked to
a Data Transfer Object (DTO) field of type
ContentHolder. |