Uses of Class
com.google.inject.internal.Scoping
-
Packages that use Scoping Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of Scoping in com.google.inject.internal
Fields in com.google.inject.internal declared as Scoping Modifier and Type Field Description static ScopingScoping. EAGER_SINGLETONstatic ScopingScoping. SINGLETON_ANNOTATIONstatic ScopingScoping. SINGLETON_INSTANCEstatic ScopingScoping. UNSCOPEDNo scoping annotation has been applied.Methods in com.google.inject.internal that return Scoping Modifier and Type Method Description static ScopingScoping. forAnnotation(Class<? extends Annotation> scopingAnnotation)static ScopingScoping. forInstance(Scope scope)ScopingBindingImpl. getScoping()Methods in com.google.inject.internal with parameters of type Scoping Modifier and Type Method Description protected BindingImpl<T>BindingImpl. withScoping(Scoping scoping)
-