Interface AnalyzeHandler

    • Method Detail

      • setProcessor

        void setProcessor​(AnalyzeProcessor processor)
        Sets the annotation processor.
        Parameters:
        processor - the annotation processor
      • getProcessor

        AnalyzeProcessor getProcessor()
        Gets the annotation processor.
        Returns:
        the annotation processor
      • processAnnotation

        void processAnnotation​(javax.lang.model.element.TypeElement annotationType,
                               javax.annotation.processing.RoundEnvironment roundEnv)
        Processes the annotation.
        Parameters:
        annotationType - the annotation type
        roundEnv - the processing environment