Annotation Type NotThreadSafe


@Experimental @Documented @Retention(CLASS) @Target(TYPE) public @interface NotThreadSafe
This annotation indicates that the annotated type is not threadsafe and should only be used by a single thread.
Since:
4.0
See Also: