Package io.micronaut.testsuitehelper
Class TestGeneratingAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
io.micronaut.testsuitehelper.TestGeneratingAnnotationProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("*")
@SupportedSourceVersion(RELEASE_17)
public class TestGeneratingAnnotationProcessor
extends AbstractProcessor
Annotation processor for test generation.
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
Constructor Details
-
TestGeneratingAnnotationProcessor
public TestGeneratingAnnotationProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-