Package org.jboss.resteasy.links
Annotation Type AddLinks
-
@Target({TYPE,METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface AddLinks
Use on any JAX-RS method if you want RESTEasy to inject the RESTServiceDiscovery to every entity in the response. This will only inject RESTServiceDiscovery instances on entities that have a field of this type, but it will be done recursively on the response's entity.- Author:
- Stéphane Épardaud