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 @interfaceDefines several@CallParamannotations on the same element. -
Required Element Summary
Required Elements
-
Element Details
-
pattern
-