org.apache.commons.digester.annotations.rules
Annotation Type BeanPropertySetter


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
@DigesterRule(reflectsRule=BeanPropertySetterRule.class,
              providedBy=BeanPropertySetterRuleProvider.class)
public @interface BeanPropertySetter

Fields annotated with BeanPropertySetter will be bound with BeanPropertySetterRule digester rule.

Since:
2.1
See Also:
Digester.addBeanPropertySetter(String,String)

Required Element Summary
 String pattern
          The element matching pattern.
 

Element Detail

pattern

public abstract String pattern
The element matching pattern.

Returns:
the element matching pattern.


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.