Searched defs:InverseBindingMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DInverseBindingMethod.java22 * InverseBindingMethod is used to identify how to listen for changes to a View property and which
23 * getter method to call. InverseBindingMethod should be associated with any class as part of
27 * @InverseBindingMethods({@InverseBindingMethod(
75 public @interface InverseBindingMethod { interface

Completed in 54 milliseconds