| Package | Description |
|---|---|
| org.jboss.weld.injection.producer | |
| org.jboss.weld.injection.producer.ejb | |
| org.jboss.weld.manager |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanInjectionTarget<T> |
class |
DecoratorInjectionTarget<T>
InjectionTarget implementation used for decorators. |
class |
NonProducibleInjectionTarget<T>
An implementation of
InjectionTarget for classes that do not fulfill bean class requirements (e.g. |
| Modifier and Type | Method and Description |
|---|---|
BasicInjectionTarget<T> |
InjectionTargetInitializationContext.getInjectionTarget() |
| Constructor and Description |
|---|
InjectionTargetInitializationContext(EnhancedAnnotatedType<T> enhancedAnnotatedType,
BasicInjectionTarget<T> injectionTarget) |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionBeanInjectionTarget<T> |
| Modifier and Type | Method and Description |
|---|---|
BasicInjectionTarget<T> |
InjectionTargetFactoryImpl.createInjectionTarget(EnhancedAnnotatedType<T> type,
Bean<T> bean,
boolean interceptor) |
Copyright © 2014 Seam Framework. All Rights Reserved.