| 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 |
State.getScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> scopingAnnotation) |
ScopeBinding |
InheritingState.getScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
| Modifier and Type | Method and Description |
|---|---|
Errors |
Errors.duplicateScopes(ScopeBinding existing,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
Scope scope) |
void |
State.putScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
ScopeBinding scope) |
void |
InheritingState.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 |
ElementVisitor.visit(ScopeBinding binding)
Visit a registration of a scope annotation with the scope that implements it.
|
V |
DefaultElementVisitor.visit(ScopeBinding scopeBinding) |