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
Deprecated.
All components of this API have been superseded by the
standardized annotation processing API. This interface has no
direct analog in the standardized API because the different round
model renders it unnecessary.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationProcessorEnvironment.addListener(AnnotationProcessorListener listener)
Deprecated.
Add a listener.
|
void |
AnnotationProcessorEnvironment.removeListener(AnnotationProcessorListener listener)
Deprecated.
Remove a listener.
|
Copyright © 2004, 2017, Oracle and/or its affiliates. All rights reserved.