Annotation Type 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
    • 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  
    • Field Detail

      • NAME

        static final java.lang.String NAME
        The name of the annotation.
    • Element Detail

      • value

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

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