| Interface | Description |
|---|---|
| AnnotationProcessingService |
An AnnotationProcessingService handles multiple
AnnotationProcessors and uses them to
process one or more Annotations. |
| AnnotationProcessor |
The interface each specific annotation processor has to fulfill.
|
| TargetAwareAnnotationProcessingService |
Extension of
AnnotationProcessingService to handle target-aware Annotations. |
| TargetAwareAnnotationProcessor |
The interface each specific target-aware annotation processor has to fulfill.
|
| Class | Description |
|---|---|
| BaseAnnotationProcessingService |
An AnnotationProcessingService handles multiple
AnnotationProcessors and uses them to
process one or more Annotations. |
| BaseTargetAwareAnnotationProcessingService |
Base implementation class to be used for implementing
AnnotationProcessingServices. |
| Exception | Description |
|---|---|
| AnnotationTargetException |
This Exception is thrown when a
TargetAwareAnnotationProcessor can not process an
annotation properly. |
Copyright © 2016. All rights reserved.