Most visited

Recently visited

BindingMethod

public abstract @interface BindingMethod
implements Annotation

android.databinding.BindingMethod


Used within an BindingMethods annotation to describe a renaming of an attribute to the setter used to set that attribute. By default, an attribute attr will be associated with setter setAttr.

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!