Uses of Class
com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory
-
Packages that use CycleDetectingLock.CycleDetectingLockFactory Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of CycleDetectingLock.CycleDetectingLockFactory in com.google.inject.internal
Fields in com.google.inject.internal declared as CycleDetectingLock.CycleDetectingLockFactory Modifier and Type Field Description private CycleDetectingLock.CycleDetectingLockFactory<java.lang.Class<?>>
Initializer. cycleDetectingLockFactory
Allows us to detect circular dependencies.private static CycleDetectingLock.CycleDetectingLockFactory<Key<?>>
SingletonScope. cycleDetectingLockFactory
Allows us to detect when circular proxies are necessary.private CycleDetectingLock.CycleDetectingLockFactory<ID>
CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock. lockFactory
Factory that was used to create this lock.Constructors in com.google.inject.internal with parameters of type CycleDetectingLock.CycleDetectingLockFactory Constructor Description ReentrantCycleDetectingLock(CycleDetectingLock.CycleDetectingLockFactory<ID> lockFactory, ID userLockId, java.util.concurrent.locks.Lock lockImplementation)
-