Package | Description |
---|---|
com.sun.mirror.apt |
Classes used to communicate information between annotation processors and
an annotation processing tool.
|
Class and Description |
---|
AnnotationProcessor
Deprecated.
All components of this API have been superseded by the
standardized annotation processing API. The replacement for the
functionality of this interface is
Processor . |
AnnotationProcessorEnvironment
Deprecated.
All components of this API have been superseded by the
standardized annotation processing API. The replacement for the
functionality of this interface is
ProcessingEnvironment . |
AnnotationProcessorListener
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.
|
Filer
Deprecated.
All components of this API have been superseded by the
standardized annotation processing API. The replacement for the
functionality of this interface is
Filer . |
Filer.Location
Deprecated.
All components of this API have been superseded by
the standardized annotation processing API. The replacement
for the functionality of this enum is
StandardLocation . |
Messager
Deprecated.
All components of this API have been superseded by the
standardized annotation processing API. The replacement for the
functionality of this interface is
Messager . |
RoundCompleteEvent
Deprecated.
All components of this API have been superseded by the
standardized annotation processing API. This class has no direct
analog in the standardized API because the different round model
renders it unnecessary.
|
RoundState
Deprecated.
All components of this API have been superseded by the
standardized annotation processing API. The replacement for the
functionality of this interface is
RoundEnvironment . |
Copyright © 2004, 2018, Oracle and/or its affiliates. All rights reserved.