public abstract class AbstractServiceAnnotationProcessor extends AbstractProcessor
Processor for the classes that were annotated by Dubbo's @Service| 构造器和说明 |
|---|
AbstractServiceAnnotationProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getMethodSignature(ExecutableElement method) |
Set<String> |
getSupportedAnnotationTypes() |
SourceVersion |
getSupportedSourceVersion() |
void |
init(ProcessingEnvironment processingEnv) |
getCompletions, getSupportedOptions, processpublic void init(ProcessingEnvironment processingEnv)
init 在接口中 Processorinit 在类中 AbstractProcessorpublic static String getMethodSignature(ExecutableElement method)
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion 在接口中 ProcessorgetSupportedSourceVersion 在类中 AbstractProcessorpublic final Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes 在接口中 ProcessorgetSupportedAnnotationTypes 在类中 AbstractProcessorCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.