public class InjectionTargets extends Object
Modifier and Type | Method and Description |
---|---|
static <T> org.jboss.weld.injection.producer.BasicInjectionTarget<T> |
createInjectionTarget(Class<?> componentClass,
javax.enterprise.inject.spi.Bean<T> bean,
org.jboss.weld.manager.BeanManagerImpl beanManager,
boolean interceptionSupport)
Creates a new InjectionTarget for a given class.
|
public static <T> org.jboss.weld.injection.producer.BasicInjectionTarget<T> createInjectionTarget(Class<?> componentClass, javax.enterprise.inject.spi.Bean<T> bean, org.jboss.weld.manager.BeanManagerImpl beanManager, boolean interceptionSupport)
componentClass
- bean
- beanManager
- interceptionSupport
- Copyright © 2015 JBoss by Red Hat. All rights reserved.