-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,PACKAGE,TYPE}) @Inherited public @interface WritesDefaultLocaleMarks tests that write the default locale but don't use the locale extension themselves.During parallel test execution, all tests annotated with
DefaultLocale,ReadsDefaultLocale, andWritesDefaultLocaleare 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