Annotation Type VariableSetter


@Documented
@Target(METHOD)
@Retention(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.
Version:
2.7
Author:
nicklas
See Also:
PathSetter
Last modified
$Date: 2008-09-11 22:08:14 +0200 (to, 11 sep 2008) $