Uses of Interface
com.google.inject.internal.Lookups
-
Packages that use Lookups Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of Lookups in com.google.inject.internal
Classes in com.google.inject.internal that implement Lookups Modifier and Type Class Description (package private) class
DeferredLookups
Returns providers and members injectors that haven't yet been initialized.(package private) class
InjectorImpl
DefaultInjector
implementation.Fields in com.google.inject.internal declared as Lookups Modifier and Type Field Description private Lookups
EncounterImpl. lookups
(package private) Lookups
InjectorImpl. lookups
Constructors in com.google.inject.internal with parameters of type Lookups Constructor Description EncounterImpl(Errors errors, Lookups lookups)
-