Uses of Class
com.google.inject.internal.Scoping
Packages that use Scoping
-
Uses of Scoping in com.google.inject.internal
Fields in com.google.inject.internal declared as ScopingModifier and TypeFieldDescriptionstatic final Scoping
Scoping.EAGER_SINGLETON
static final Scoping
Scoping.SINGLETON_ANNOTATION
static final Scoping
Scoping.SINGLETON_INSTANCE
static final Scoping
Scoping.UNSCOPED
No scoping annotation has been applied.Methods in com.google.inject.internal that return ScopingModifier and TypeMethodDescriptionstatic Scoping
Scoping.forAnnotation
(Class<? extends Annotation> scopingAnnotation) static Scoping
Scoping.forInstance
(Scope scope) BindingImpl.getScoping()
Methods in com.google.inject.internal with parameters of type ScopingModifier and TypeMethodDescriptionprotected BindingImpl
<T> BindingImpl.withScoping
(Scoping scoping)