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 java.lang.Class type
public abstract java.lang.String attribute
public abstract java.lang.String method