注释类型 NotThreadSafe


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