X - public abstract class SingletonInitializer<X> extends SingletonProvider<X>
Initable. Also routes objects through X_Inject.initialize,
in case we need to fill in any fields, or an injected subclass wants to debug some objects.SingletonProvider.NullCheckOnGetProvidesValue.NoOp<X>proxy| Constructor and Description |
|---|
SingletonInitializer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onCreate(X init)
Called whenever the object is initialized.
|
createImmutableProvider, get, initialValue, isSetprotected void onCreate(X init)
SingletonProviderSingletonProvider.get(),
and every successful get() after a call to #reset()onCreate in class SingletonProvider<X>Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.