Annotation Interface SetNext
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@DigesterRule(reflectsRule=SetNextRule.class,
providedBy=SetNextRuleProvider.class,
handledBy=MethodHandler.class)
public @interface SetNext
Methods annotated with
SetNext
will be bound
with SetNextRule
digester rule.- Since:
- 2.1
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<?>[] valueDefines the concrete implementation(s) of @SetNext annotated method argument.- Returns:
- the concrete implementation(s) of @SetNext annotated method argument.
- Default:
- {}
-