Uses of Interface
com.google.inject.internal.CycleDetectingLock
Packages that use CycleDetectingLock
-
Uses of CycleDetectingLock in com.google.inject.internal
Classes in com.google.inject.internal that implement CycleDetectingLockModifier and TypeClassDescription(package private) static class
The implementation forCycleDetectingLock
.Fields in com.google.inject.internal declared as CycleDetectingLockModifier and TypeFieldDescriptionprivate final CycleDetectingLock<?>
Initializer.InjectableReference.lock
Methods in com.google.inject.internal that return CycleDetectingLockModifier and TypeMethodDescription(package private) CycleDetectingLock<ID>
Creates new lock within this factory context.Constructors in com.google.inject.internal with parameters of type CycleDetectingLockModifierConstructorDescriptionInjectableReference
(InjectorImpl injector, T instance, Key<T> key, ProvisionListenerStackCallback<T> provisionCallback, Object source, CycleDetectingLock<?> lock)