@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @DigesterRule(reflectsRule=SetNextRule.class, handledBy=SetNextHandler.class) public @interface SetNext
SetNext
will be bound with SetNextRule
digester rule.Digester.addSetNext(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 @SetNext 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.