
T - the injected value typepublic interface Injector<T>
void inject(T value) throws InjectionException
value - the valueInjectionException - if the injection failedvoid uninject()
inject()
has been called.Copyright © 2012 JBoss, a division of Red Hat, Inc.