Annotation Type SetRoot
-
@Documented @Retention(RUNTIME) @Target(METHOD) @DigesterRule(reflectsRule=SetRootRule.class, handledBy=SetRootHandler.class) public @interface SetRoot
Methods annotated withSetRoot
will be bound withSetRootRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addSetRoot(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 @SetRoot annotated method argument.
-