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 by Red Hat. All Rights Reserved.