Uses of Package
com.github.tadukoo.util.annotation.process
Package | Description |
---|---|
com.github.tadukoo.util.annotation.process |
The Annotation processors for the Annotations in the
annotation package . |
-
Classes in com.github.tadukoo.util.annotation.process used by com.github.tadukoo.util.annotation.process Class Description AbstractAnnotationProcessor An Abstract Annotation Process to be used in creating new annotation processors in a simpler way than having them extendAbstractProcessor
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.AnnotationUtil A collection of common functions to be used by Annotation Processors.