Package org.gatein.pc.test.unit
Class TestGenerator
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.gatein.pc.test.unit.TestGenerator
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.gatein.pc.test.unit.annotations.TestCase")
@SupportedSourceVersion(RELEASE_8)
public class TestGenerator
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
Constructor Details
-
TestGenerator
public TestGenerator()
-
-
Method Details
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-