Package org.glassfish.jersey.linking
Annotation Interface InjectLinks
Used to request the addition of a set of links, can be used for both
link headers on a Class or injection into a List or Link[] property.
- Author:
- Mark Hadley, Gerard Davison (gerard.davison at oracle.com)
-
Optional Element Summary
-
Element Details
-
value
InjectLink[] valueContainer for a set ofInjectLink
annotations- Returns:
- array of
InjectLink
elements
- Default:
- {}
-