Package androidx.databinding
Annotation Type BindingMethods
-
@Target(TYPE) public @interface BindingMethodsUsed to enumerate attribute-to-setter renaming. By default, an attribute is associated with setAttribute setter. If there is a simple rename, enumerate them in an array ofBindingMethodannotations in the value.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description BindingMethod[]value
-
-
-
Element Detail
-
value
BindingMethod[] value
-
-