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


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@DigesterRule(reflectsRule=CallMethodRule.class,
              providedBy=CallMethodRuleProvider.class)
public @interface CallMethod

Methods annotated with CallMethod will be bound with CallMethodRule digester rule.

Since:
2.1
See Also:
Digester.addCallMethod(String,String,int,Class[])

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.