@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) @DigesterRule(reflectsRule=CallParamRule.class, providedBy=CallParamRuleProvider.class) public @interface CallParam
CallParam will be bound with
CallParamRule digester rule.Digester.addCallParam(String,int)| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
pattern
The element matching pattern.
|