android.databinding
Annotation Type InverseBindingMethods


@Target(value=TYPE)
public @interface InverseBindingMethods

Used to enumerate attribute, getter, and event association. The value is an array of InverseBindingMethods.


Required Element Summary
 InverseBindingMethod[] value
           
 

Element Detail

value

public abstract InverseBindingMethod[] value