@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @DigesterRule(reflectsRule=CallMethodRule.class, providedBy=CallMethodRuleProvider.class) public @interface CallMethod
CallMethod will be bound with
CallMethodRule digester rule.Digester.addCallMethod(String,String,int,Class[])| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
pattern
The element matching pattern.
|