Package org.jboss.resteasy.annotations
Annotation Type ClientURI
- 
@Target(PARAMETER) @Retention(RUNTIME) public @interface ClientURI
Used to annotate a predefined URL (as opposed to a @PathParam /@QueryParam) in a Proxied client.
For Example:
- Version:
 - $Revision: 1 $ @GET MyDTO getDTO(@ClientURI String uri);
 - Author:
 - Solomon