Annotation Type CallParam
-
@Documented @Retention(RUNTIME) @Target(PARAMETER) @DigesterRule(reflectsRule=CallParamRule.class, providedBy=CallParamRuleProvider.class) public @interface CallParam
Methods arguments annotated withCallParamwill be bound withCallParamRuledigester rule.- Since:
- 2.1
- See Also:
Digester.addCallParam(String,int)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringpatternThe element matching pattern.
-