Uses of Interface
com.sun.mirror.apt.Messager
Packages that use 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
Methods in com.sun.mirror.apt that return MessagerModifier and TypeMethodDescriptionAnnotationProcessorEnvironment.getMessager()
Returns the messager used to report errors, warnings, and other notices. -
Uses of Messager in org.eclipse.jdt.apt.core.util
Subinterfaces of Messager in org.eclipse.jdt.apt.core.utilModifier and TypeInterfaceDescriptioninterface
Extend the APTMessager
to allow the registrating of diagnostics on ast nodes.