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 @interface
Defines several@CallMethod
annotations on the same element. -
Required Element Summary
Required Elements
-
Element Details
-
pattern
String patternThe element matching pattern.- Returns:
- the element matching pattern.
-