Annotation Type CallMethod
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@DigesterRule(reflectsRule=CallMethodRule.class,
handledBy=CallMethodHandler.class)
public @interface CallMethod
Methods annotated with
CallMethod will be bound with CallMethodRule digester rule.- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines several@CallMethodannotations 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.booleanMarks theCallMethodRuleto be invoked using the matching element body as argument.
-
Element Details
-
pattern
String patternThe element matching pattern. -
namespaceURI
String namespaceURIThe namespace URI for which this Rule is relevant, if any.- Since:
- 3.0
- Default:
""
-
usingElementBodyAsArgument
boolean usingElementBodyAsArgumentMarks theCallMethodRuleto be invoked using the matching element body as argument.- Default:
false
-