public class IsolatedStaticSingletonProvider extends SingletonProvider
Constructor and Description |
---|
IsolatedStaticSingletonProvider() |
Modifier and Type | Method and Description |
---|---|
<T> Singleton<T> |
create(Class<? extends T> type)
Create a new singleton
|
initialize, instance, reset
public <T> Singleton<T> create(Class<? extends T> type)
SingletonProvider
create
in class SingletonProvider
T
- type of Java object stored in the singletontype
- represents the type of Java object stored in the singletonCopyright © 2008-2015. All Rights Reserved.