org.jvnet.hk2.component
Class InjectionManager.InjectContext
java.lang.Object
org.jvnet.hk2.component.InjectionManager.InjectContext
- Enclosing class:
- InjectionManager
protected static class InjectionManager.InjectContext
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
component
public final java.lang.Object component
onBehalfOf
public final Inhabitant<?> onBehalfOf
type
public final java.lang.Class<?> type
es
public final java.util.concurrent.ExecutorService es
targets
public final InjectionResolver[] targets
InjectionManager.InjectContext
public InjectionManager.InjectContext(java.lang.Object component,
Inhabitant<?> onBehalfOf,
java.lang.Class type,
java.util.concurrent.ExecutorService es,
InjectionResolver[] targets)
Copyright © 2011 Oracle Corporation. All Rights Reserved.