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