@SupportedAnnotationTypes(value={"core.support.annotation.Panel","core.support.annotation.Data","core.support.annotation.Service"}) @SupportedSourceVersion(value=RELEASE_6) @AutoService(value=javax.annotation.processing.Processor.class) public class MainGenerator extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
static ProcessingEnvironment |
PROCESS_ENV |
processingEnv| Constructor and Description |
|---|
MainGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
crateMarkerClass()
a marker class is to indicate when the generated files have been created
used for comparison with the class files.
|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedpublic static ProcessingEnvironment PROCESS_ENV
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorpublic static void crateMarkerClass()
Copyright © 2019. All rights reserved.