Uses of Interface
com.google.inject.internal.CycleDetectingLock
-
Packages that use CycleDetectingLock Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of CycleDetectingLock in com.google.inject.internal
Classes in com.google.inject.internal that implement CycleDetectingLock Modifier and Type Class Description (package private) static class
CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock<ID>
The implementation forCycleDetectingLock
.Fields in com.google.inject.internal declared as CycleDetectingLock Modifier and Type Field Description private CycleDetectingLock<?>
Initializer.InjectableReference. lock
Methods in com.google.inject.internal that return CycleDetectingLock Modifier and Type Method Description (package private) CycleDetectingLock<ID>
CycleDetectingLock.CycleDetectingLockFactory. create(ID userLockId)
Creates new lock within this factory context.Constructors in com.google.inject.internal with parameters of type CycleDetectingLock Constructor Description InjectableReference(InjectorImpl injector, T instance, Key<T> key, ProvisionListenerStackCallback<T> provisionCallback, java.lang.Object source, CycleDetectingLock<?> lock)
-