Most visited

Recently visited

Bindable

public abstract @interface Bindable
implements Annotation

android.databinding.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:

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!