@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @DigesterRule(reflectsRule=SetRootRule.class, providedBy=SetRootRuleProvider.class, handledBy=MethodHandler.class) public @interface SetRoot
SetRoot
will be bound
with SetRootRule
digester rule.Digester.addSetRoot(String,String,String)
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?>[] |
value
Defines the concrete implementation(s) of @SetRoot annotated method
argument.
|