Package tech.ydb.yoj.generator
Class FieldGeneratorAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
tech.ydb.yoj.generator.FieldGeneratorAnnotationProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("tech.ydb.yoj.databind.schema.Table")
@SupportedSourceVersion(RELEASE_17)
@AutoService(javax.annotation.processing.Processor.class)
public class FieldGeneratorAnnotationProcessor
extends AbstractProcessor
See README.md in the root of the module
- Author:
- lazarev-pv
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Set<? extends TypeElement> set, RoundEnvironment roundEnvironment) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
Constructor Details
-
FieldGeneratorAnnotationProcessor
public FieldGeneratorAnnotationProcessor()
-
-
Method Details
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-