Most visited

Recently visited

BindingMethod

public abstract @interface BindingMethod
implements Annotation

android.databinding.BindingMethod


BindingMethods注释中使用,用于描述将属性重命名为用于设置该属性的setter。 默认情况下,属性attr将与setter setAttr关联。

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!