org.apache.commons.digester.annotations.rules
Annotation Type SetNext


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@DigesterRule(reflectsRule=SetNextRule.class,
              providedBy=SetNextRuleProvider.class,
              handledBy=MethodHandler.class)
public @interface SetNext

Methods annotated with SetNext will be bound with SetNextRule digester rule.

Since:
2.1
See Also:
Digester.addSetNext(String,String,String)

Optional Element Summary
 Class<?>[] value
          Defines the concrete implementation(s) of @SetNext annotated method argument.
 

value

public abstract Class<?>[] value
Defines the concrete implementation(s) of @SetNext annotated method argument.

Returns:
the concrete implementation(s) of @SetNext annotated method argument.
Default:
{}


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.