Annotation Type ThreadSafe
-
@Documented @Target(TYPE) @Retention(RUNTIME) public @interface ThreadSafe
The class this annotation is attached may be assumed thread-safe.
@Documented
@Target(TYPE)
@Retention(RUNTIME)
public @interface ThreadSafe