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