Package com.github.tadukoo.annotation.processor

  • Class Summary
    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.
    AnnotationProcessorProcessor
    Annotation Processor for AnnotationProcessor annotation.
    AnnotationUtil
    A collection of common functions to be used by Annotation Processors.
  • 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.