public abstract class AbstractEjbInjectionTarget<T> extends InjectionTargetImpl<T>
annotatedType, constructor, webBeansContext| Constructor and Description |
|---|
AbstractEjbInjectionTarget(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
Set<javax.enterprise.inject.spi.InjectionPoint> points,
WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
produce(javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
createConstructor, dispose, getConstructor, getInterceptorInfo, inject, isDelegateInjection, newInstance, postConstruct, preDestroy, setDelegate, setInterceptorInfo, simpleInstance, unwrapProxyInstancegetInjectionPointspublic AbstractEjbInjectionTarget(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<javax.enterprise.inject.spi.InjectionPoint> points, WebBeansContext webBeansContext)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.