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