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()
Return source.
|
Modifier and Type | Method and Description |
---|---|
AnnotationProcessor |
AnnotationProcessorFactory.getProcessorFor(Set<AnnotationTypeDeclaration> atds,
AnnotationProcessorEnvironment env)
Returns an annotation processor for a set of annotation
types.
|
Constructor and Description |
---|
RoundCompleteEvent(AnnotationProcessorEnvironment source,
RoundState rs)
The current AnnotationProcessorEnvironment is regarded
as the source of events.
|
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.