Annotation Type AttributeCallParam
@Documented
@Retention(RUNTIME)
@Target(PARAMETER)
@DigesterRule(reflectsRule=CallParamRule.class,
providedBy=AttributeCallParamRuleProvider.class)
public @interface AttributeCallParam
Methods arguments annotated with
AttributeCallParam
will be bound
with CallParamRule
digester rule.- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Defines several@AttributeCallParam
annotations on the same element. -
Required Element Summary
Required Elements
-
Element Details
-
attribute
Attribute whose value is used as the parameter value.- Returns:
- the attribute whose value is used as the parameter value.
-
pattern
The element matching pattern.- Returns:
- the element matching pattern.
-