Interface AnalyzeHandler

All Known Implementing Classes:
AbstractAnalyzeHandler, BundleAnalyzeHandler, FxControllerBundleAnalyzeHandler, InterceptionAnalyzeHandler, MappedServiceAnalyzeHandler, RecordDTOAnalyzeHandler, RemoteMethodAnalyzeHandler, ServiceAnalyzeHandler, TableNameAnalyzeHandler

public interface AnalyzeHandler
A handler invoked for an annotation annotated with Analyze.
Author:
harald
  • Method Details

    • 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(TypeElement annotationType, RoundEnvironment roundEnv)
      Processes the annotation.
      Parameters:
      annotationType - the annotation type
      roundEnv - the processing environment