Annotation Type NotThreadSafe
- 
@Documented @Target(TYPE) @Retention(RUNTIME) public @interface NotThreadSafeThe class this annotation is attached to should be not be assumed to be thread-safe. 
@Documented
@Target(TYPE)
@Retention(RUNTIME)
public @interface NotThreadSafe