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, defineLifecycleInterceptors, getConstructor, hasAroundConstruct, inject, needsProxy, newInstance, postConstruct, preDestroy, produce
defineInterceptorStack, dispose, getInjectionPoints, getInterceptorInfo, getMethodInterceptors, getProxyFactory, hasInterceptorInfo, isDelegateInjection, unwrapProxyInstance
public AbstractEjbInjectionTarget(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<javax.enterprise.inject.spi.InjectionPoint> points, WebBeansContext webBeansContext)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.