@Vetoed public final class SEInjectorCDIExtension extends Object implements javax.enterprise.inject.spi.Extension
ConfigurationInjector
with CDI by adding configuration features to CDI (config enable CDI beans).Constructor and Description |
---|
SEInjectorCDIExtension() |
Modifier and Type | Method and Description |
---|---|
<T> void |
initializeConfiguredFields(javax.enterprise.inject.spi.ProcessInjectionTarget<T> pit)
Method that injects the values into any configured fields, by wrapping the given
InjectionTarget.
|
public <T> void initializeConfiguredFields(@Observes javax.enterprise.inject.spi.ProcessInjectionTarget<T> pit)
T
- the target typepit
- the injection targetCopyright © 2014–2016 Apache Software Foundation. All rights reserved.