Annotation Type SetNext
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@DigesterRule(reflectsRule=SetNextRule.class,
handledBy=SetNextHandler.class)
public @interface SetNext
Methods annotated with
SetNext
will be bound with SetNextRule
digester rule.- Since:
- 2.1
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Marks the rule be invoked whenbegin
orend
events match.Class<?>[]
Defines the concrete implementation(s) of @SetNext annotated method argument.
-
Element Details
-
value
Class<?>[] valueDefines the concrete implementation(s) of @SetNext annotated method argument.- Default:
{}
-
fireOnBegin
boolean fireOnBeginMarks the rule be invoked whenbegin
orend
events match.- Default:
false
-