Annotation Type ThreadSafe
@Documented @Retention(CLASS) @Target({TYPE,METHOD}) public @interface ThreadSafe
An annotation which is used for indicating that a class is thread safe.
- Since:
- 4.0.0, CE 2019.1
@Documented @Retention(CLASS) @Target({TYPE,METHOD}) public @interface ThreadSafe