Android APIs
public abstract @interface

BindingMethod

implements Annotation
android.databinding.BindingMethod

Class Overview

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

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