protected static class InjectionManager.InjectContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
component |
java.util.concurrent.ExecutorService |
es |
InjectionResolver[] |
targets |
java.lang.Class<?> |
type |
| Constructor and Description |
|---|
InjectionManager.InjectContext(java.lang.Object component,
java.lang.Class type,
java.util.concurrent.ExecutorService es,
InjectionResolver[] targets) |
public final java.lang.Object component
public final java.lang.Class<?> type
public final java.util.concurrent.ExecutorService es
public final InjectionResolver[] targets
public InjectionManager.InjectContext(java.lang.Object component,
java.lang.Class type,
java.util.concurrent.ExecutorService es,
InjectionResolver[] targets)
Copyright © 2013 Oracle Corporation. All Rights Reserved.