Annotation Type 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.
    Version:
    $Id: SkipSetters.java 511959 2007-02-26 19:24:39Z nbubna $
    Author:
    Nathan Bubna