@SupportedAnnotationTypes(value="io.fabric8.kubernetes.model.annotation.Version") public class CustomResourceAnnotationProcessor extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
PROCESSOR_OPTION_PARALLEL |
processingEnv| Constructor and Description |
|---|
CustomResourceAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic static final String PROCESSOR_OPTION_PARALLEL
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2015–2024 Red Hat. All rights reserved.