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. |
createInjectionTarget
InjectionTarget<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 © 2013 Seam Framework. All Rights Reserved.