Annotation Interface Bindable
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,PARAMETER,METHOD})
@Inherited
public @interface Bindable
An annotation stereotype for other annotations that indicates a method
Argument
is bindable.- Since:
- 1.0
- Author:
- Graeme Rocher
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe default value to use if no bindable value is present. -
Field Summary