Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,ScopeBinding> |
InheritingState.scopes |
Modifier and Type | Method and Description |
---|---|
ScopeBinding |
InheritingState.getScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
ScopeBinding |
State.getScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> scopingAnnotation) |
Modifier and Type | Method and Description |
---|---|
Errors |
Errors.duplicateScopes(ScopeBinding existing,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
Scope scope) |
void |
InheritingState.putScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
ScopeBinding scope) |
void |
State.putScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
ScopeBinding scope) |
java.lang.Boolean |
ScopeBindingProcessor.visit(ScopeBinding command) |
Modifier and Type | Method and Description |
---|---|
V |
DefaultElementVisitor.visit(ScopeBinding scopeBinding) |
V |
ElementVisitor.visit(ScopeBinding binding)
Visit a registration of a scope annotation with the scope that implements it.
|