|
|
javax > javax.annotation > javax.annotation.processing > javax.annotation.processing.messager >
Interface: javax.annotation.processing.Messager javax.annotation.processing.Messager
public interface Messager
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | | void | printMessage(Diagnostic.Kind kind, CharSequence msg) |
| | | void | printMessage(Diagnostic.Kind kind, CharSequence msg, Element e) |
| | | void | printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a) |
| | | void | printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v) |
| |
|
|
|
INHERITED METHODS:
SUBINTERFACES:
|
|



|