Package com.github.tadukoo.util.annotation.process
The Annotation processors for the Annotations in the
annotation package.
Also includes
AbstractAnnotationProcessor
to use in making more annotation processors and simplify the related utils for it via including
AnnotationUtil.-
Class Summary Class Description AbstractAnnotationProcessor An Abstract Annotation Process to be used in creating new annotation processors in a simpler way than having them extendAbstractProcessorthemselves.AnnotationProcessorProcessor Annotation Processor forAnnotationProcessorannotation.AnnotationUtil A collection of common functions to be used by Annotation Processors.ShouldBeFinalProcessor Annotation Processor forShouldBeFinalthat gives a warning message on methods or fields that include the annotation. -
Annotation Types Summary Annotation Type Description 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.