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
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    String value