-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,PACKAGE,TYPE}) @Inherited public @interface ReadsDefaultTimeZoneMarks tests that read the default time zone but don't use the time zone extension themselves.During parallel test execution, all tests annotated with
DefaultTimeZone,ReadsDefaultTimeZone, andWritesDefaultTimeZoneare scheduled in a way that guarantees correctness under mutation of shared global state.For more details and examples, see the documentation on
@DefaultLocaleand@DefaultTimeZone.- Since:
- 0.9