org.jboss.resteasy.links
Annotation Type AddLinks


@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=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



Copyright © 2012. All Rights Reserved.