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:
- 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(AnnotatedType<T> annotatedType,
WebBeansContext webBeansContext)
getPostConstructMethods
protected List<AnnotatedMethod<?>> getPostConstructMethods()
- Overrides:
getPostConstructMethods in class InjectionTargetFactoryImpl<T>
getPreDestroyMethods
protected List<AnnotatedMethod<?>> getPreDestroyMethods()
- Overrides:
getPreDestroyMethods in class InjectionTargetFactoryImpl<T>
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.