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