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