Package org.tentackle.buildsupport
Class RemoteMethodAnalyzeHandler
java.lang.Object
org.tentackle.buildsupport.AbstractAnalyzeHandler
org.tentackle.buildsupport.RemoteMethodAnalyzeHandler
- All Implemented Interfaces:
AnalyzeHandler
Handler for the
@RemoteMethod annotation.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the annotation processor.voidprocessAnnotation(TypeElement annotationType, RoundEnvironment roundEnv) Processes the annotation.voidsetProcessor(AnalyzeProcessor processor) Sets the annotation processor.Methods inherited from class org.tentackle.buildsupport.AbstractAnalyzeHandler
getDirectory, print
-
Constructor Details
-
RemoteMethodAnalyzeHandler
public RemoteMethodAnalyzeHandler()
-
-
Method Details
-
setProcessor
Description copied from interface:AnalyzeHandlerSets the annotation processor.- Parameters:
processor- the annotation processor
-
getProcessor
Description copied from interface:AnalyzeHandlerGets the annotation processor.- Returns:
- the annotation processor
-
processAnnotation
Description copied from interface:AnalyzeHandlerProcesses the annotation.- Parameters:
annotationType- the annotation typeroundEnv- the processing environment
-