Class RemoteMethodAnalyzeHandler

    • Constructor Detail

      • RemoteMethodAnalyzeHandler

        public RemoteMethodAnalyzeHandler()
    • Method Detail

      • setProcessor

        public void setProcessor​(AnalyzeProcessor processor)
        Description copied from interface: AnalyzeHandler
        Sets the annotation processor.
        Parameters:
        processor - the annotation processor
      • getProcessor

        public AnalyzeProcessor getProcessor()
        Description copied from interface: AnalyzeHandler
        Gets the annotation processor.
        Returns:
        the annotation processor
      • processAnnotation

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