Uses of Annotation Interface
org.miaixz.bus.core.lang.annotation.ThreadSafe
Packages that use ThreadSafe
-
Uses of ThreadSafe in org.miaixz.bus.core.instance
Classes in org.miaixz.bus.core.instance with annotations of type ThreadSafeModifier and TypeClassDescriptionfinal class单例类 提供单例对象的统一管理,当调用get方法时,如果对象池中存在此对象,返回此对象,否则创建新对象返回