Package io.vertx.codegen
Class CodeGenProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- io.vertx.codegen.processor.Processor
-
- io.vertx.codegen.CodeGenProcessor
-
- All Implemented Interfaces:
Processor
@SupportedOptions("codegen.generators") @SupportedSourceVersion(RELEASE_11) public class CodeGenProcessor extends Processor
Backward compatible API- Author:
- Julien Viet
-
-
Field Summary
-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description CodeGenProcessor()
-
Method Summary
-
Methods inherited from class io.vertx.codegen.processor.Processor
getSupportedAnnotationTypes, init, process
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedOptions, getSupportedSourceVersion, isInitialized
-
-