Uses of Class
com.google.inject.spi.ScopeBinding
Packages that use ScopeBinding
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of ScopeBinding in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type ScopeBindingModifier and TypeMethodDescriptionErrors.duplicateScopes
(ScopeBinding existing, Class<? extends Annotation> annotationType, Scope scope) -
Uses of ScopeBinding in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type ScopeBindingModifier and TypeMethodDescriptionDefaultElementVisitor.visit
(ScopeBinding scopeBinding) ElementVisitor.visit
(ScopeBinding binding) Visit a registration of a scope annotation with the scope that implements it.