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 Scoping
Scoping. EAGER_SINGLETON
static Scoping
Scoping. SINGLETON_ANNOTATION
static Scoping
Scoping. SINGLETON_INSTANCE
static Scoping
Scoping. UNSCOPED
No scoping annotation has been applied.Methods in com.google.inject.internal that return Scoping Modifier and Type Method Description static Scoping
Scoping. forAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> scopingAnnotation)
static Scoping
Scoping. forInstance(Scope scope)
Scoping
BindingImpl. getScoping()
Methods in com.google.inject.internal with parameters of type Scoping Modifier and Type Method Description protected BindingImpl<T>
BindingImpl. withScoping(Scoping scoping)
-