Package | Description |
---|---|
com.sun.mirror.apt |
Classes used to communicate information between
annotation processors
and an annotation processing tool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RoundCompleteListener
Listener for the completion of a round of annotation processing.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationProcessorEnvironment.addListener(AnnotationProcessorListener listener)
Add a listener.
|
void |
AnnotationProcessorEnvironment.removeListener(AnnotationProcessorListener listener)
Remove a listener.
|
Copyright © 2004, 2014, Oracle and/or its affiliates. All rights reserved.