Annotation Type ThreadSafe
-
@Documented @Target(TYPE) @Retention(RUNTIME) @interface ThreadSafe
After compiling sources under endorsed junit:4.7, this annotation is relocated in org.junit.runner.notification.RunListener.ThreadSafe.
@Documented
@Target(TYPE)
@Retention(RUNTIME)
@interface ThreadSafe