Annotation Type CallParam
-
@Documented @Retention(RUNTIME) @Target(PARAMETER) @DigesterRule(reflectsRule=CallParamRule.class, providedBy=CallParamRuleProvider.class) public @interface CallParam
Methods arguments annotated withCallParam
will be bound withCallParamRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addCallParam(String,int)
-
-
Element Detail
-
pattern
String pattern
The element matching pattern.- Returns:
- the element matching pattern.
-
-