Annotation Interface NotThreadSafe


@Documented @Target({TYPE,METHOD}) @Retention(SOURCE) public @interface NotThreadSafe
Annotation that marks a method as not thread safe.
作者:
zongtanghu