Annotation Type SetNext
-
@Documented @Retention(RUNTIME) @Target(METHOD) @DigesterRule(reflectsRule=SetNextRule.class, providedBy=SetNextRuleProvider.class, handledBy=MethodHandler.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 java.lang.Class<?>[]
value
Defines the concrete implementation(s) of @SetNext annotated method argument.
-
-
-
Element Detail
-
value
java.lang.Class<?>[] value
Defines the concrete implementation(s) of @SetNext annotated method argument.- Returns:
- the concrete implementation(s) of @SetNext annotated method argument.
- Default:
- {}
-
-