@Target(value=ANNOTATION_TYPE) public @interface BindingMethod
BindingMethods
annotation to describe a renaming of an attribute to
the setter used to set that attribute. By default, an attribute attr will be associated with
setter setAttr.public abstract Class type
public abstract String attribute
public abstract String method