Package com.ibm.jbatch.tck.ann.proc
Class TCKAnnotationProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- com.ibm.jbatch.tck.ann.proc.TCKAnnotationProcessor
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("com.ibm.jbatch.tck.ann.*") public class TCKAnnotationProcessor extends AbstractProcessor
-
-
Field Summary
-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description TCKAnnotationProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceVersiongetSupportedSourceVersion()booleanprocess(Set<? extends TypeElement> annotationTypes, RoundEnvironment roundEnvironment)-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
-
-
-
Method Detail
-
getSupportedSourceVersion
public SourceVersion getSupportedSourceVersion()
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
process
public boolean process(Set<? extends TypeElement> annotationTypes, RoundEnvironment roundEnvironment)
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
-