| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@DigesterRule(reflectsRule=SetNextRule.class,
              handledBy=SetNextHandler.class)
public @interface SetNext
Methods annotated with SetNext will be bound with SetNextRule digester rule.
Digester.addSetNext(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 @SetNext 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 | |||||||||