Stay organized with collections Save and categorize content based on your preferences.

BindingMethods

public abstract @interface BindingMethods
implements Annotation

android.databinding.BindingMethods


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

Public methods

BindingMethod[] value()

Inherited methods

From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation> annotationType()
abstract boolean equals(Object arg0)
abstract int hashCode()
abstract String toString()

Public methods

value

BindingMethod[] value ()

Returns
BindingMethod[]

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025年02月10日 UTC.