@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface NotThreadSafe
标记为非线程安全的注解,标示类或者方法不是必须线程安全实现的