Annotation Type ArgumentsSources



  • @Target(METHOD)
    @Retention(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.

    Since:
    5.0
    See Also:
    ArgumentsSource