|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=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.
Digester.addSetRoot(String,String,String)
Optional Element Summary | |
---|---|
Class<?>[] |
value
Defines the concrete implementation(s) of @SetRoot annotated method argument. |
public abstract Class<?>[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |