Uses of Interface
com.sun.mirror.apt.AnnotationProcessorListener
Package
Description
Classes used to communicate information between
annotation processors
and an annotation processing tool.
-
Uses of AnnotationProcessorListener in com.sun.mirror.apt
Modifier and TypeInterfaceDescriptioninterface
Listener for the completion of a round of annotation processing.Modifier and TypeMethodDescriptionvoid
AnnotationProcessorEnvironment.addListener
(AnnotationProcessorListener listener) Add a listener.void
AnnotationProcessorEnvironment.removeListener
(AnnotationProcessorListener listener) Remove a listener.