org.apache.webbeans.container
Class InterceptorInjectionTargetFactory<T>
java.lang.Object
org.apache.webbeans.container.InjectionTargetFactoryImpl<T>
org.apache.webbeans.container.InterceptorInjectionTargetFactory<T>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.InjectionTargetFactory<T>
public class InterceptorInjectionTargetFactory<T>
- extends InjectionTargetFactoryImpl<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorInjectionTargetFactory
public InterceptorInjectionTargetFactory(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
WebBeansContext webBeansContext)
getPostConstructMethods
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPostConstructMethods()
- Overrides:
getPostConstructMethods in class InjectionTargetFactoryImpl<T>
getPreDestroyMethods
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPreDestroyMethods()
- Overrides:
getPreDestroyMethods in class InjectionTargetFactoryImpl<T>
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.