Android APIs
public abstract @interface

BindingConversion

implements Annotation
android.databinding.BindingConversion

Class Overview

Annotate methods that are used to automatically convert from the expression type to the value used in the setter. The converter should take one parameter, the expression type, and the return value should be the target value type used in the setter. Converters are used whenever they can be applied and are not specific to any attribute.

Summary

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