Annotation Interface Bindable
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,PARAMETER,METHOD,FIELD})
@Inherited
public @interface Bindable
An annotation stereotype for other annotations that indicates a method
Argument is bindable.- Since:
- 1.0
- Author:
- Graeme Rocher
-
Field Summary
Fields -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe default value to use if no bindable value is present.
-
Field Details
-
NAME
The name of the annotation.
-
-
Element Details
-
value
-
defaultValue
String defaultValueThe default value to use if no bindable value is present.- Returns:
- The default value
- Default:
""
-