Uses of Interface
com.sun.mirror.apt.Messager
Package
Description
Classes used to communicate information between
annotation processors
and an annotation processing tool.
This package contains miscellaneous APIs related to Java annotation processing.
-
Uses of Messager in com.sun.mirror.apt
Modifier and TypeMethodDescriptionAnnotationProcessorEnvironment.getMessager()
Returns the messager used to report errors, warnings, and other notices. -
Uses of Messager in org.eclipse.jdt.apt.core.util
Modifier and TypeInterfaceDescriptioninterface
Extend the APTMessager
to allow the registrating of diagnostics on ast nodes.