Annotation Type Bindable
-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,PARAMETER,METHOD}) @Inherited public @interface Bindable
An annotation stereotype for other annotations that indicates a methodArgument
is bindable.- Since:
- 1.0
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
NAME
The name of the annotation.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
defaultValue
The default value to use if no bindable value is present.java.lang.String
value
-