org.apache.velocity.tools.config
Annotation Type SkipSetters


@Documented
@Target(value=TYPE)
@Retention(value=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



Copyright (c) 2003-2007 Apache Software Foundation