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