Annotation Type PathCallParam
@Documented
@Retention(RUNTIME)
@Target(PARAMETER)
@DigesterRule(reflectsRule=PathCallParamRule.class,
handledBy=PathCallParamHandler.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 -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe namespace URI for which this Rule is relevant, if any.