Annotation Type NotThreadSafe


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface NotThreadSafe
Denotes that the annotated type isn't safe for concurrent access from multiple threads without external synchronization.