com.sun.tools.javac.comp
Interface Annotate.Annotator

All Known Implementing Classes:
ClassReader.AnnotationCompleter, ClassReader.AnnotationDefaultCompleter
Enclosing class:
Annotate

public static interface Annotate.Annotator

A client that has annotations to add registers an annotator, the method it will use to add the annotation. There are no parameters; any needed data should be captured by the Annotator.


Method Summary
 void enterAnnotation()
           
 java.lang.String toString()
           
 

Method Detail

enterAnnotation

void enterAnnotation()

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object