|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface Binding
Specifies the binding between a URI template parameter and a bean property.
Link#bindings()
Required Element Summary | |
---|---|
String |
name
Specifies the name of the URI template parameter. |
String |
value
Specifies the value of a URI template parameter. |
Element Detail |
---|
public abstract String name
public abstract String value
${instance.widgetId}In the above example the value is taken from the
widgetId
property of the implicit instance
bean.
Three implicit beans are supported:
instance
Link
annotation.entity
resource
Link
annotation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |