public abstract class AbstractCamelAnnotationProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
AbstractCamelAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doProcess(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorprotected abstract void doProcess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) throws Exception
ExceptionApache Camel