@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface VariableSetter
Indicates that a factory setter method which takes a string as
it's input will have the value scanned by a VariableConverter
before the setter method is invoked.