Annotation Type CallMethod
-
@Documented @Retention(RUNTIME) @Target(METHOD) @DigesterRule(reflectsRule=CallMethodRule.class, providedBy=CallMethodRuleProvider.class) public @interface CallMethod
Methods annotated withCallMethod
will be bound withCallMethodRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addCallMethod(String,String,int,Class[])
-
-
Element Detail
-
pattern
String pattern
The element matching pattern.- Returns:
- the element matching pattern.
-
-