Annotation Type PathCallParam
-
@Documented @Retention(RUNTIME) @Target(PARAMETER) @DigesterRule(reflectsRule=PathCallParamRule.class, providedBy=PathCallParamRuleProvider.class) public @interface PathCallParam
Methods arguments annotated withPathCallParam
will be bound withPathCallParamRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addCallParamPath(String,int)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
pattern
The element matching pattern.
-
-
-
Element Detail
-
pattern
java.lang.String pattern
The element matching pattern.- Returns:
- the element matching pattern.
-
-