Annotation Type SetRoot
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@DigesterRule(reflectsRule=SetRootRule.class,
providedBy=SetRootRuleProvider.class,
handledBy=MethodHandler.class)
public @interface SetRoot
Methods annotated with
SetRoot
will be bound
with SetRootRule
digester rule.- Since:
- 2.1
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Defines the concrete implementation(s) of @SetRoot annotated method argument.- Returns:
- the concrete implementation(s) of @SetRoot annotated method argument.
- Default:
- {}
-