Annotation Type Bindable


  • @Retention(RUNTIME)
    @Target({FIELD,TYPE})
    public @interface Bindable

    Marks the annotated field or type as bindable. For a type this makes all methods accessible to bindings that have a 'call' parameter like Action.

    Note that this allows the methods to be called, but it does not enable the binding of controls to fields on the object being marked as bindable.

    See Also:
    Information on creating bindable models., Information on using @Action annotations