@SupportedAnnotationTypes(value={"org.apache.camel.k.annotation.Loader","org.apache.camel.k.annotation.yaml.YAMLStepParser"}) @SupportedSourceVersion(value=RELEASE_8) @AutoService(value=javax.annotation.processing.Processor.class) public class CamelProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
CamelProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2020 The Apache Software Foundation. All rights reserved.