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