@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Inherited @API(value=Experimental) public @interface Extensions
@Extensions
is a container for one or more @ExtendWith
declarations.
Note, however, that use of the @Extensions
container is completely
optional since @ExtendWith
is a repeatable annotation.
ExtendWith
,
Repeatable
Modifier and Type | Required Element and Description |
---|---|
ExtendWith[] |
value
An array of one or more
@ExtendWith declarations. |
public abstract ExtendWith[] value
@ExtendWith
declarations.