Annotation Interface NotThreadSafe


@Documented @Inherited @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface NotThreadSafe
线程不安全安全注解
Since:
Java 17+
Author:
Kimi Liu