public class InterceptorInjectionTargetFactory<T> extends InjectionTargetFactoryImpl<T>
Constructor and Description |
---|
InterceptorInjectionTargetFactory(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
WebBeansContext webBeansContext) |
Modifier and Type | Method and Description |
---|---|
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> |
getPostConstructMethods() |
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> |
getPreDestroyMethods() |
createInjectionPoints, createInjectionTarget, createInjectionTarget, getAnnotatedType, getWebBeansContext
public InterceptorInjectionTargetFactory(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPostConstructMethods()
getPostConstructMethods
in class InjectionTargetFactoryImpl<T>
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPreDestroyMethods()
getPreDestroyMethods
in class InjectionTargetFactoryImpl<T>
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.