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