Package org.tentackle.buildsupport
Class ServiceAnalyzeHandler
- java.lang.Object
-
- org.tentackle.buildsupport.AbstractAnalyzeHandler
-
- org.tentackle.buildsupport.ServiceAnalyzeHandler
-
- All Implemented Interfaces:
AnalyzeHandler
public class ServiceAnalyzeHandler extends AbstractAnalyzeHandler
Helper for the annotations that denote services.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description ServiceAnalyzeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalyzeProcessorgetProcessor()Gets the annotation processor.voidprocessAnnotation(javax.lang.model.element.TypeElement annotationType, javax.annotation.processing.RoundEnvironment roundEnv)Processes the annotation.voidsetProcessor(AnalyzeProcessor processor)Sets the annotation processor.-
Methods inherited from class org.tentackle.buildsupport.AbstractAnalyzeHandler
getDirectory
-
-
-
-
Method Detail
-
setProcessor
public void setProcessor(AnalyzeProcessor processor)
Description copied from interface:AnalyzeHandlerSets the annotation processor.- Parameters:
processor- the annotation processor
-
getProcessor
public AnalyzeProcessor getProcessor()
Description copied from interface:AnalyzeHandlerGets 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:AnalyzeHandlerProcesses the annotation.- Parameters:
annotationType- the annotation typeroundEnv- the processing environment
-
-