Package com.palantir.ptoss.cinch.core
Annotation 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.