Uses of Class
com.google.inject.internal.util.Stopwatch
-
Packages that use Stopwatch Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of Stopwatch in com.google.inject.internal
Fields in com.google.inject.internal declared as Stopwatch Modifier and Type Field Description private Stopwatch
InternalInjectorCreator. stopwatch
Methods in com.google.inject.internal with parameters of type Stopwatch Modifier and Type Method Description (package private) java.util.List<InjectorShell>
InjectorShell.Builder. build(Initializer initializer, ProcessedBindingData bindingData, Stopwatch stopwatch, Errors errors)
Creates and returns the injector shells for the current modules.
-