Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
Modifier and Type | Field and Description |
---|---|
private java.util.IdentityHashMap<java.lang.Object,Initializer.InjectableReference<?>> |
Initializer.initializablesCache
Map that guarantees that no instance would get two references.
|
private java.util.List<Initializer.InjectableReference<?>> |
Initializer.pendingInjections
Instances that need injection during injector creation to a source that registered them.
|