@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @DigesterRule(reflectsRule=SetRootRule.class, handledBy=SetRootHandler.class) public @interface SetRoot
SetRoot
will be bound with SetRootRule
digester rule.Digester.addSetRoot(String,String,String)
Modifier and Type | Optional Element and Description |
---|---|
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.Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.