private static class ReferencingFactory.InitializedReferenceFactory<T> extends java.lang.Object implements org.glassfish.hk2.api.Factory<Ref<T>>
| Modifier and Type | Field and Description |
|---|---|
private T |
initialValue |
| Constructor and Description |
|---|
InitializedReferenceFactory(T initialValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(Ref<T> instance) |
Ref<T> |
provide() |