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 Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
component
public final Object component
onBehalfOf
public final Inhabitant<?> onBehalfOf
type
public final Class<?> type
es
public final ExecutorService es
targets
public final InjectionResolver[] targets
InjectionManager.InjectContext
public InjectionManager.InjectContext(Object component,
Inhabitant<?> onBehalfOf,
Class type,
ExecutorService es,
InjectionResolver[] targets)
Copyright © 2013 Oracle Corporation. All Rights Reserved.