API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.annotation.processing. Messager View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.7 06/08/28
Serial
Hierarchy
 Messager
Subinterfaces
Description
public interface Messager
  A Messager provides the way for an annotation processor to report error messages, warnings, and other notices.
Methods
Hide/Show inherited methods
public void printMessage (Kind kind, CharSequence msg)
  Prints a message of the specified kind.
public void printMessage (Kind kind, CharSequence msg, Element e)
  Prints a message of the specified kind at the location of the element.
public void printMessage (Kind kind, CharSequence msg, Element e, AnnotationMirror a)
  Prints a message of the specified kind at the location of the annotation mirror of the annotated element.
public void printMessage (Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v)
  Prints a message of the specified kind at the location of the annotation value inside the annotation mirror of the annotated element.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar