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


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@DigesterRule(reflectsRule=SetTopRule.class,
              providedBy=SetTopRuleProvider.class)
public @interface SetTop

Methods annotated with SetTop will be bound with SetTopRule digester rule.

Since:
2.1
See Also:
Digester.addSetTop(String,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.