Annotation Type AnnotationProcessor

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends java.lang.annotation.Annotation>[] value
      Dynamic active annotations which should be processed by the annotated processor.
    • Element Detail

      • value

        java.lang.Class<? extends java.lang.annotation.Annotation>[] value
        Dynamic active annotations which should be processed by the annotated processor. The given annotations have to be annotated by DynamicActive
        Returns:
        the annotations which should be handled by the annotated annotation processor