All Classes
| Class | Description |
|---|---|
| AbstractAnnotationProcessor |
An Abstract Annotation Process to be used in creating new annotation processors in a
simpler way than having them extend
AbstractProcessor themselves. |
| AnnotationProcessor |
Annotation to be used to mark a class as being an Annotation Processor so
that it can be added to the appropriate META-INF file.
|
| AnnotationProcessorProcessor |
Annotation Processor for
AnnotationProcessor annotation. |
| AnnotationUtil |
A collection of common functions to be used by Annotation Processors.
|
| ShouldBeFinal |
Annotation to mark a class field or method that it should be changed
to "final" in the future.
|
| ShouldBeFinalProcessor |
Annotation Processor for
ShouldBeFinal that gives a warning message on
methods or fields that include the annotation. |