public class MessageDrivenInjectionTarget<T> extends SimpleInjectionTarget<T>
Constructor and Description |
---|
MessageDrivenInjectionTarget(WeldClass<T> type,
BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
void |
inject(T instance,
javax.enterprise.context.spi.CreationalContext<T> ctx) |
dispose, getBeanManager, getInitializerMethods, getInjectableFields, getInjectionPoints, getType, postConstruct, preDestroy, produce
public MessageDrivenInjectionTarget(WeldClass<T> type, BeanManagerImpl beanManager)
Copyright © 2013 Seam Framework. All rights reserved.