Package org.jboss.resteasy.links
Annotation Type LinkResources
- 
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface LinkResources
Allows you have a list ofLinkResourceon a single method. This is useful if you want to add the link for various entity types.- Author:
 - Stéphane Épardaud
 
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description LinkResource[]valueThe list ofLinkResourcethat apply on this method 
 - 
 
- 
- 
Element Detail
- 
value
LinkResource[] value
The list ofLinkResourcethat apply on this method 
 - 
 
 -