android.databinding
Annotation Type Bindable


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Bindable

The Bindable annotation should be applied to any getter accessor method of an Observable class. Bindable will generate a field in the BR class to identify the field that has changed.

See Also:
Observable.OnPropertyChangedCallback.onPropertyChanged(Observable, int)