public class AbstractDecoratorInjectionTarget<T> extends InjectionTargetImpl<T>
annotatedType, constructor, webBeansContext
Constructor and Description |
---|
AbstractDecoratorInjectionTarget(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
Set<javax.enterprise.inject.spi.InjectionPoint> points,
WebBeansContext webBeansContext,
List<javax.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods,
List<javax.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods) |
Modifier and Type | Method and Description |
---|---|
protected javax.enterprise.inject.spi.AnnotatedConstructor<T> |
createConstructor() |
defineLifecycleInterceptors, getConstructor, hasAroundConstruct, inject, needsProxy, newInstance, postConstruct, preDestroy, produce
defineInterceptorStack, dispose, getInjectionPoints, getInterceptorInfo, getMethodInterceptors, getProxyFactory, hasInterceptorInfo, isDelegateInjection, produce, unwrapProxyInstance
public AbstractDecoratorInjectionTarget(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<javax.enterprise.inject.spi.InjectionPoint> points, WebBeansContext webBeansContext, List<javax.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods, List<javax.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods)
protected javax.enterprise.inject.spi.AnnotatedConstructor<T> createConstructor()
createConstructor
in class InjectionTargetImpl<T>
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.