com.atlassian.plugin.servlet
Class ObjectFactories
java.lang.Object
com.atlassian.plugin.servlet.ObjectFactories
public class ObjectFactories
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createSingleton
public static <T> ObjectFactory<T> createSingleton(T object)
createMutable
public static <T> ObjectFactory<T> createMutable(AtomicReference<T> ref)
Copyright © 2010 Atlassian. All Rights Reserved.