org.apache.cayenne.jpa.conf
Interface AnnotationProcessorStack


public interface AnnotationProcessorStack

A context for the annotation processor with methods to inspect and modify the processor stack and record conflicts.

Author:
Andrus Adamchik

Method Summary
 int depth()
           
 Object peek()
           
 Object pop()
           
 void push(Object object)
           
 void recordConflict(AnnotatedElement element, Class annotatedType, String message)
           
 

Method Detail

push

void push(Object object)

pop

Object pop()

peek

Object peek()

recordConflict

void recordConflict(AnnotatedElement element,
                    Class annotatedType,
                    String message)

depth

int depth()


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