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