Annotation Types Summary |
BaseURL |
This annotation will be used in RestController classes to the base URL of the current request. |
Inject |
This annotation will be used in RestController classes to inject the object that matches the field type. |
RequestHeader |
This annotation will be used RestController classes to access sitemap parameters. |
RequestParameter |
This annotation will be used RESTController classes to access request parameters. |
RESTController |
This annotation marks a REST controller bean. |
SitemapParameter |
This annotation will be used RestController classes to access sitemap parameters. |