Annotation Type ThreadSafe


@Experimental @Documented @Retention(CLASS) @Target(TYPE) public @interface ThreadSafe
The ThreadSafe annotation can be used to indicate a given type is thread safe. Immutable objects are automatically thread safe.
Since:
4.0
See Also: