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