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, resetpublic <T> Singleton<T> create(Class<? extends T> type)
SingletonProvidercreate in class SingletonProviderT - type of Java object stored in the singletontype - represents the type of Java object stored in the singletonCopyright © 2008–2019. All rights reserved.