@SupportedAnnotationTypes(value="one.xingyi.optics.annotations.Optics") @SupportedSourceVersion(value=RELEASE_8) public class Processor extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
protected IAnnotationProcessorStore<WithDebug<PackageAndClass>,RecordedTraversals> |
store |
processingEnv| Constructor and Description |
|---|
Processor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ProcessingEnvironment processingEnv) |
protected void |
log(String message) |
PackageAndClass |
opticsClassName(ClassOpticsWithTraversals details) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedprotected IAnnotationProcessorStore<WithDebug<PackageAndClass>,RecordedTraversals> store
protected void log(String message)
public void init(ProcessingEnvironment processingEnv)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorpublic PackageAndClass opticsClassName(ClassOpticsWithTraversals details)
Copyright © 2023. All rights reserved.