Annotation Interface SkipSetters


@Documented @Target(TYPE) @Retention(RUNTIME) @Inherited public @interface SkipSetters
Annotation specifying that ToolInfo should only use the public void configure(Map) method for configuration of a tool, and skip over the step of trying to find individual property setters.
版本:
$Id: SkipSetters.java 511959 2007-02-26 19:24:39Z nbubna $
作者:
Nathan Bubna