public abstract class AbstractServiceAnnotationProcessor extends AbstractProcessor
Processor for the classes that were annotated by Dubbo's @Service| Constructor and Description |
|---|
AbstractServiceAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getMethodSignature(ExecutableElement method) |
Set<String> |
getSupportedAnnotationTypes() |
SourceVersion |
getSupportedSourceVersion() |
void |
init(ProcessingEnvironment processingEnv) |
getCompletions, getSupportedOptions, processpublic void init(ProcessingEnvironment processingEnv)
init in interface Processorinit in class AbstractProcessorpublic static String getMethodSignature(ExecutableElement method)
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic final Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes in interface ProcessorgetSupportedAnnotationTypes in class AbstractProcessorCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.