Annotation Type AttributeCallParam
-
@Documented @Retention(RUNTIME) @Target(PARAMETER) @DigesterRule(reflectsRule=CallParamRule.class, providedBy=AttributeCallParamRuleProvider.class) public @interface AttributeCallParam
Methods arguments annotated withAttributeCallParam
will be bound withCallParamRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addCallParam(String,int,String)