|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotationProcessorStack
A context for the annotation processor with methods to inspect and modify the processor stack and record conflicts.
Method Summary | |
---|---|
int |
depth()
|
Object |
peek()
|
Object |
pop()
|
void |
push(Object object)
|
void |
recordConflict(AnnotatedElement element,
Class annotatedType,
String message)
|
Method Detail |
---|
void push(Object object)
Object pop()
Object peek()
void recordConflict(AnnotatedElement element, Class annotatedType, String message)
int depth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |