org.apache.tomee.catalina
Class LegacyAnnotationProcessorListener

java.lang.Object
  extended by org.apache.tomee.catalina.LegacyAnnotationProcessorListener
Direct Known Subclasses:
ProcessAnnotatedListenersListener, ProcessAnnotatedServletsListener

public class LegacyAnnotationProcessorListener
extends Object

Version:
$Rev$ $Date$

Field Summary
protected  LegacyAnnotationProcessor annotationProcessor
           
 
Constructor Summary
LegacyAnnotationProcessorListener(LegacyAnnotationProcessor annotationProcessor)
           
 
Method Summary
protected  void postConstruct(Object object)
           
protected  void preDestroy(Object object)
           
protected  void processAnnotations(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotationProcessor

protected final LegacyAnnotationProcessor annotationProcessor
Constructor Detail

LegacyAnnotationProcessorListener

public LegacyAnnotationProcessorListener(LegacyAnnotationProcessor annotationProcessor)
Method Detail

postConstruct

protected void postConstruct(Object object)

processAnnotations

protected void processAnnotations(Object object)

preDestroy

protected void preDestroy(Object object)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.