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 ScopingScoping.EAGER_SINGLETONstatic final ScopingScoping.SINGLETON_ANNOTATIONstatic final ScopingScoping.SINGLETON_INSTANCEstatic final ScopingScoping.UNSCOPEDNo scoping annotation has been applied.Methods in com.google.inject.internal that return ScopingModifier and TypeMethodDescriptionstatic ScopingScoping.forAnnotation(Class<? extends Annotation> scopingAnnotation) static ScopingScoping.forInstance(Scope scope) BindingImpl.getScoping()Methods in com.google.inject.internal with parameters of type ScopingModifier and TypeMethodDescriptionprotected BindingImpl<T> BindingImpl.withScoping(Scoping scoping)