@Target(value=METHOD)
public @interface BindingConversion
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.