org.apache.cayenne.jpa.conf
Interface AnnotationProcessor


public interface AnnotationProcessor

An abstract JPA annotation processor.

Author:
Andrus Adamchik

Method Summary
 void onFinishElement(AnnotatedElement element, AnnotationProcessorStack context)
          Invoked at the end of the annotation tree traversal, which is done in a depth-first manner.
 void onStartElement(AnnotatedElement element, AnnotationProcessorStack context)
          Invoked in the beginning of the annotation tree traversal, which is done in a depth-first manner.
 

Method Detail

onStartElement

void onStartElement(AnnotatedElement element,
                    AnnotationProcessorStack context)
Invoked in the beginning of the annotation tree traversal, which is done in a depth-first manner.


onFinishElement

void onFinishElement(AnnotatedElement element,
                     AnnotationProcessorStack context)
Invoked at the end of the annotation tree traversal, which is done in a depth-first manner.



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.