Package | Description |
---|---|
com.sun.mirror.apt |
Classes used to communicate information between annotation processors and
an annotation processing tool.
|
Modifier and Type | Method and Description |
---|---|
AnnotationProcessorEnvironment |
RoundCompleteEvent.getSource()
Deprecated.
Return source.
|
Modifier and Type | Method and Description |
---|---|
AnnotationProcessor |
AnnotationProcessorFactory.getProcessorFor(Set<AnnotationTypeDeclaration> atds,
AnnotationProcessorEnvironment env)
Deprecated.
Returns an annotation processor for a set of annotation
types.
|
Constructor and Description |
---|
RoundCompleteEvent(AnnotationProcessorEnvironment source,
RoundState rs)
Deprecated.
The current AnnotationProcessorEnvironment is regarded
as the source of events.
|
Copyright © 2004, 2012, Oracle and/or its affiliates. All rights reserved.