Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock<ID>
The implementation for
CycleDetectingLock . |
Modifier and Type | Field and Description |
---|---|
private CycleDetectingLock<?> |
Initializer.InjectableReference.lock |
Modifier and Type | Method and Description |
---|---|
(package private) CycleDetectingLock<ID> |
CycleDetectingLock.CycleDetectingLockFactory.create(ID userLockId)
Creates new lock within this factory context.
|
Constructor and Description |
---|
InjectableReference(InjectorImpl injector,
T instance,
Key<T> key,
ProvisionListenerStackCallback<T> provisionCallback,
java.lang.Object source,
CycleDetectingLock<?> lock) |