Class RemoteMethodAnalyzeHandler

java.lang.Object
org.tentackle.buildsupport.AbstractAnalyzeHandler
org.tentackle.buildsupport.RemoteMethodAnalyzeHandler
All Implemented Interfaces:
AnalyzeHandler

public class RemoteMethodAnalyzeHandler extends AbstractAnalyzeHandler
Handler for the @RemoteMethod annotation.
Author:
harald
  • Constructor Details

    • RemoteMethodAnalyzeHandler

      public RemoteMethodAnalyzeHandler()
  • Method Details

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