Package | Description |
---|---|
com.sun.mirror.apt |
Classes used to communicate information between
annotation processors
and an annotation processing tool.
|
org.eclipse.jdt.apt.core.env |
This package contains Eclipse extensions to some of the Sun annotation processing APIs.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EclipseAnnotationProcessorEnvironment
Extended the APT
AnnotationProcessorEnvironment to expose
extra API. |
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessorEnvironment |
EnvironmentFactory.getEnvironment(ICompilationUnit compilationUnit,
IJavaProject javaProject)
Return a processor environment for use outside of building or reconciling.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.