Android APIs
public abstract @interface

Bindable

implements Annotation
android.databinding.Bindable

Class Overview

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.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation