public interface WeldInjectionTargetFactory<T> extends InjectionTargetFactory<T>
| Modifier and Type | Method and Description |
|---|---|
InjectionTarget<T> |
createInterceptorInjectionTarget()
Create a new injection target for an interceptor bound using
Interceptors or a deployment descriptor. |
createInjectionTargetInjectionTarget<T> createInterceptorInjectionTarget()
Interceptors or a deployment descriptor. Unlike
InjectionTargetFactory.createInjectionTarget(javax.enterprise.inject.spi.Bean), the resulting InjectionTarget does not support
interception as it is itself an interceptor.Copyright © 2014 Seam Framework. All Rights Reserved.