public class JavadocProcessor extends AbstractProcessor
processingEnv| 构造器和说明 |
|---|
JavadocProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<String> |
getSupportedAnnotationTypes() |
Set<String> |
getSupportedOptions() |
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnvironment) |
getCompletions, init, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnvironment)
process 在接口中 Processorprocess 在类中 AbstractProcessorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion 在接口中 ProcessorgetSupportedSourceVersion 在类中 AbstractProcessorpublic Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes 在接口中 ProcessorgetSupportedAnnotationTypes 在类中 AbstractProcessorpublic Set<String> getSupportedOptions()
getSupportedOptions 在接口中 ProcessorgetSupportedOptions 在类中 AbstractProcessorCopyright © 2019. All rights reserved.