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 | Field and Description |
---|---|
static AnnotationProcessor |
AnnotationProcessors.NO_OP
An annotation processor that does nothing and has no state.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessor |
AnnotationProcessors.getCompositeAnnotationProcessor(AnnotationProcessor... aps)
Constructs a new composite annotation processor.
|
static AnnotationProcessor |
AnnotationProcessors.getCompositeAnnotationProcessor(Collection<AnnotationProcessor> aps)
Constructs a new composite annotation processor.
|
AnnotationProcessor |
AnnotationProcessorFactory.getProcessorFor(Set<AnnotationTypeDeclaration> atds,
AnnotationProcessorEnvironment env)
Returns an annotation processor for a set of annotation
types.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessor |
AnnotationProcessors.getCompositeAnnotationProcessor(AnnotationProcessor... aps)
Constructs a new composite annotation processor.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessor |
AnnotationProcessors.getCompositeAnnotationProcessor(Collection<AnnotationProcessor> aps)
Constructs a new composite annotation processor.
|
Modifier and Type | Method and Description |
---|---|
AnnotationProcessor |
EclipseAnnotationProcessorFactory.getProcessorFor(Set<AnnotationTypeDeclaration> atds,
EclipseAnnotationProcessorEnvironment env)
Returns an annotation processor for a set of annotation types.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.