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


@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
@DigesterRule(reflectsRule=CallParamRule.class,
              providedBy=CallParamRuleProvider.class)
public @interface CallParam

Methods arguments annotated with CallParam will be bound with CallParamRule digester rule.

Since:
2.1
See Also:
Digester.addCallParam(String,int)

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.