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 © 2018 JBoss by Red Hat. All rights reserved.