Modifier and Type | Class and Description |
---|---|
class |
ConfiguredByContext |
Modifier and Type | Class and Description |
---|---|
class |
OperationContext<T extends java.lang.annotation.Annotation>
The implementation of
Context for an Operation. |
Modifier and Type | Class and Description |
---|---|
class |
InheritableThreadContext |
class |
PerThreadContext |
Modifier and Type | Class and Description |
---|---|
class |
RunLevelContext
|
Modifier and Type | Class and Description |
---|---|
class |
ImmediateContext
|
Modifier and Type | Class and Description |
---|---|
class |
GuiceScopeContext |
Modifier and Type | Class and Description |
---|---|
class |
PerLookupContext |
class |
SingletonContext |
Modifier and Type | Field and Description |
---|---|
private Context<PerLookup> |
ServiceLocatorImpl.perLookupContext |
private Context<javax.inject.Singleton> |
ServiceLocatorImpl.singletonContext |
Modifier and Type | Field and Description |
---|---|
private Cache<java.lang.Class<? extends java.lang.annotation.Annotation>,Context<?>> |
ServiceLocatorImpl.contextCache |
Modifier and Type | Method and Description |
---|---|
private Context<?> |
ServiceLocatorImpl._resolveContext(java.lang.Class<? extends java.lang.annotation.Annotation> scope) |
(package private) Context<?> |
ServiceLocatorImpl.resolveContext(java.lang.Class<? extends java.lang.annotation.Annotation> scope) |