@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
@API(status=EXPERIMENTAL,
since="5.0")
public @interface ArgumentsSources
@ArgumentsSources
is a simple container for one or more
ArgumentsSource
annotations.
Note, however, that use of the @ArgumentsSources
container is completely
optional since @ArgumentsSource
is a repeatable annotation.
ArgumentsSource
Modifier and Type | Required Element and Description |
---|---|
ArgumentsSource[] |
value
An array of one or more
ArgumentsSource annotations. |
public abstract ArgumentsSource[] value
ArgumentsSource
annotations.