Package | Description |
---|---|
com.sun.mirror.apt |
Classes used to communicate information between annotation processors and
an annotation processing tool.
|
Modifier and Type | Field and Description |
---|---|
static AnnotationProcessor |
AnnotationProcessors.NO_OP
Deprecated.
An annotation processor that does nothing and has no state.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessor |
AnnotationProcessors.getCompositeAnnotationProcessor(AnnotationProcessor... aps)
Deprecated.
Constructs a new composite annotation processor.
|
static AnnotationProcessor |
AnnotationProcessors.getCompositeAnnotationProcessor(Collection<AnnotationProcessor> aps)
Deprecated.
Constructs a new composite annotation processor.
|
AnnotationProcessor |
AnnotationProcessorFactory.getProcessorFor(Set<AnnotationTypeDeclaration> atds,
AnnotationProcessorEnvironment env)
Deprecated.
Returns an annotation processor for a set of annotation
types.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessor |
AnnotationProcessors.getCompositeAnnotationProcessor(AnnotationProcessor... aps)
Deprecated.
Constructs a new composite annotation processor.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessor |
AnnotationProcessors.getCompositeAnnotationProcessor(Collection<AnnotationProcessor> aps)
Deprecated.
Constructs a new composite annotation processor.
|
Copyright © 2004, 2014, Oracle and/or its affiliates. All rights reserved.