Package org.jboss.resteasy.links
Annotation Type ResourceID
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) @Documented public @interface ResourceID
Marks this property as this resource's ID in URI templates.
Suppose this resource can be accessed using the URI template
/orders/{name}, and your resource holds thenamebean property, then yournameproperty should be annotated with@ResourceID.- Author:
- Stéphane Épardaud