Annotation Interface Bindable


An annotation stereotype for other annotations that indicates a method Argument is bindable.
Since:
1.0
Author:
Graeme Rocher
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The default value to use if no bindable value is present.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of the annotation.
  • Field Details

    • NAME

      static final String NAME
      The name of the annotation.
  • Element Details

    • value

      String value
      Returns:
      The name of the bindable source
      Default:
      ""
    • defaultValue

      String defaultValue
      The default value to use if no bindable value is present.
      Returns:
      The default value
      Default:
      ""