Package org.junit.jupiter.api.parallel
Annotation Type ResourceLocks
-
@API(status=EXPERIMENTAL, since="5.3") @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface ResourceLocks
@ResourceLocks
is a container for one or more@ResourceLock
declarations.Note, however, that use of the
@ResourceLocks
container is completely optional since@ResourceLock
is a repeatable annotation.- Since:
- 5.3
- See Also:
ResourceLock
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ResourceLock[]
value
An array of one or more used resources.
-
-
-
Element Detail
-
value
ResourceLock[] value
An array of one or more used resources.- Default:
- {}
-
-