Android APIs
public abstract @interface

BindingMethods

implements Annotation
android.databinding.BindingMethods

Class Overview

Used 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 of BindingMethod annotations in the value.

Summary

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