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() |
dispose, getConstructor, getInterceptorInfo, inject, isDelegateInjection, newInstance, postConstruct, preDestroy, produce, setDelegate, setInterceptorInfo, simpleInstance, unwrapProxyInstancegetInjectionPointspublic 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-2013 The Apache Software Foundation. All Rights Reserved.