public abstract class DomainModelProcessor extends AbstractProcessor
processingEnv| 构造器和说明 |
|---|
DomainModelProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Class<? extends Annotation> |
getAnnotationClass() |
Set<String> |
getSupportedAnnotationTypes() |
SourceVersion |
getSupportedSourceVersion() |
protected abstract void |
handle(AnnotationValues annotationValues,
com.sun.tools.javac.tree.JCTree ast,
APTBuilder aptBuilder) |
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedOptions, isInitializedpublic void init(ProcessingEnvironment processingEnv)
init 在接口中 Processorinit 在类中 AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process 在接口中 Processorprocess 在类中 AbstractProcessorpublic Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes 在接口中 ProcessorgetSupportedAnnotationTypes 在类中 AbstractProcessorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion 在接口中 ProcessorgetSupportedSourceVersion 在类中 AbstractProcessorprotected abstract Class<? extends Annotation> getAnnotationClass()
protected abstract void handle(AnnotationValues annotationValues, com.sun.tools.javac.tree.JCTree ast, APTBuilder aptBuilder)
Copyright © 2020 com.github.braisdom. All rights reserved.