Interface AnnotationHandler

    • Method Detail

      • getAnnotationType

        Class<? extends Annotation> getAnnotationType()
        Returns:
        the annotation type this annotation handler is handling
      • getTypeDependencies

        Class<? extends Annotation>[] getTypeDependencies()
        Returns:
        an array of annotation types this annotation handler would require to be processed (if present) before it processes it's own annotation type.