Annotation Interface InjectRestLinks
Inject web links into the response HTTP headers with the "Link" header field.
Only the response of the REST methods annotated with
RestLink will include the "Link" headers.
The InjectRestLinks annotation can be used at either class or method levels.
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
RestLinkType valueFind all the types available inRestLinkType.- Returns:
- what types of links will be injected.
- Default:
- TYPE
-