Uses of Enum
com.google.inject.Stage
Packages that use Stage
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
Guice service provider interface
-
Uses of Stage in com.google.inject
Methods in com.google.inject that return StageModifier and TypeMethodDescriptionprotected Stage
AbstractModule.currentStage()
Binder.currentStage()
Gets the current stage.protected final Stage
PrivateModule.currentStage()
static Stage
Returns the enum constant of this type with the specified name.static Stage[]
Stage.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.inject with parameters of type StageModifier and TypeMethodDescriptionstatic Injector
Guice.createInjector
(Stage stage, Module... modules) Creates an injector for the given set of modules, in a given development stage.static Injector
Guice.createInjector
(Stage stage, Iterable<? extends Module> modules) Creates an injector for the given set of modules, in a given development stage. -
Uses of Stage in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type StageModifier and TypeMethodDescriptionboolean
Scoping.isEagerSingleton
(Stage stage) Returns true if this scope is a singleton that should be loaded eagerly instage
. -
Uses of Stage in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type Stage