Annotation Type CallMethod
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@DigesterRule(reflectsRule=CallMethodRule.class,
providedBy=CallMethodRuleProvider.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
-
Element Details
-
pattern
The element matching pattern.- Returns:
- the element matching pattern.
-