public class InjectorImpl extends java.lang.Object implements Injector
private Manager
manager
InjectorImpl(Manager manager)
<T> T
inject(T target)
static InjectorImpl
of(Manager manager)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private Manager manager
public static InjectorImpl of(Manager manager)
public <T> T inject(T target)
inject
Injector