@Documented
 @Retention(value=RUNTIME)
 @Target(value={ANNOTATION_TYPE,PARAMETER,METHOD})
 @Inherited
public @interface Bindable
Argument is bindable.| Modifier and Type | Fields and Description | 
|---|---|
static java.lang.String | 
NAME
The name of the annotation. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
defaultValue
The default value to use if no bindable value is present. 
 | 
java.lang.String | 
value  |