Uses of Interface
com.sun.mirror.apt.AnnotationProcessorListener
Packages that use AnnotationProcessorListener
Package
Description
Classes used to communicate information between
annotation processors
and an annotation processing tool.
-
Uses of AnnotationProcessorListener in com.sun.mirror.apt
Subinterfaces of AnnotationProcessorListener in com.sun.mirror.aptModifier and TypeInterfaceDescriptioninterfaceListener for the completion of a round of annotation processing.Methods in com.sun.mirror.apt with parameters of type AnnotationProcessorListenerModifier and TypeMethodDescriptionvoidAnnotationProcessorEnvironment.addListener(AnnotationProcessorListener listener) Add a listener.voidAnnotationProcessorEnvironment.removeListener(AnnotationProcessorListener listener) Remove a listener.