Example usage for Java javax.annotation.processing Messager fields, constructors, methods, implement or subclass
The text is from its open source code.
void | printMessage(Diagnostic.Kind kind, CharSequence msg, Element e) Prints a message of the specified kind at the location of the element. |
void | printMessage(Diagnostic.Kind kind, CharSequence msg) Prints a message of the specified kind. |