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
Optional Elements
-
Element Details
-
value
InjectLink[] valueContainer for a set ofInjectLinkannotations- Returns:
- array of
InjectLinkelements
- Default:
- {}
-