Interface | Description |
---|---|
MessageHandler |
Handles message reporting.
|
Class | Description |
---|---|
AnnotationC |
Annotation compiler.
|
AnnotationInterfaceRepository |
Manages the reader interface and their mappings to aliases (if there is an alias else the regular classname).
|
MessageHandler.PrintWriter |
Default impl of the MessageHandler interface, prints the messages to standard out.
|
SourceLocation |
Source location used for reporting.
|
Exception | Description |
---|---|
CompilerException |
Thrown when error in compilation of the annotations.
|