Package io.fabric8.crd.generator.apt
Class CustomResourceAnnotationProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- io.fabric8.crd.generator.apt.CustomResourceAnnotationProcessor
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("io.fabric8.kubernetes.model.annotation.Version") public class CustomResourceAnnotationProcessor extends AbstractProcessor
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROCESSOR_OPTION_PARALLEL-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description CustomResourceAnnotationProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceVersiongetSupportedSourceVersion()booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
-
-
-
Field Detail
-
PROCESSOR_OPTION_PARALLEL
public static final String PROCESSOR_OPTION_PARALLEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSupportedSourceVersion
public SourceVersion getSupportedSourceVersion()
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
process
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
-