|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @DigesterRule(reflectsRule=SetRootRule.class, handledBy=SetRootHandler.class) public @interface SetRoot
Methods annotated with SetRoot
will be bound with SetRootRule
digester rule.
Digester.addSetRoot(String,String,String)
Optional Element Summary | |
---|---|
boolean |
fireOnBegin
Marks the rule be invoked when begin or end events match. |
Class<?>[] |
value
Defines the concrete implementation(s) of @SetRoot annotated method argument. |
public abstract Class<?>[] value
public abstract boolean fireOnBegin
begin
or end
events match.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |