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 @interfaceDefines several@PathCallParamannotations 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.
-
Element Details
-
pattern
The element matching pattern. -
namespaceURI
The namespace URI for which this Rule is relevant, if any.- Since:
- 3.0
- Default:
""
-