Annotation Type SetRoot
-
@Documented @Retention(RUNTIME) @Target(METHOD) @DigesterRule(reflectsRule=SetRootRule.class, handledBy=SetRootHandler.class) public @interface SetRoot
Methods annotated withSetRootwill be bound withSetRootRuledigester rule.- Since:
- 2.1
- See Also:
Digester.addSetRoot(String,String,String)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanfireOnBeginMarks the rule be invoked whenbeginorendevents match.java.lang.Class<?>[]valueDefines the concrete implementation(s) of @SetRoot annotated method argument.
-
-
-
Element Detail
-
value
java.lang.Class<?>[] value
Defines the concrete implementation(s) of @SetRoot annotated method argument.- Default:
- {}
-
-
-
fireOnBegin
boolean fireOnBegin
Marks the rule be invoked whenbeginorendevents match.- Default:
- false
-
-