Annotation Type SetNext
-
@Documented @Retention(RUNTIME) @Target(METHOD) @DigesterRule(reflectsRule=SetNextRule.class, handledBy=SetNextHandler.class) public @interface SetNext
Methods annotated withSetNext
will be bound withSetNextRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addSetNext(String,String,String)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
fireOnBegin
Marks the rule be invoked whenbegin
orend
events match.java.lang.Class<?>[]
value
Defines the concrete implementation(s) of @SetNext annotated method argument.
-