Package org.tentackle.buildsupport
Class MappedServiceAnalyzeHandler
- java.lang.Object
-
- org.tentackle.buildsupport.AbstractAnalyzeHandler
-
- org.tentackle.buildsupport.MappedServiceAnalyzeHandler
-
- All Implemented Interfaces:
AnalyzeHandler
public class MappedServiceAnalyzeHandler extends AbstractAnalyzeHandler
Handler for the @MappedService annotation.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description MappedServiceAnalyzeHandler()
-
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
-
-