@SupportedAnnotationTypes(value="org.apache.camel.Converter") @SupportedSourceVersion(value=RELEASE_8) public class ConverterProcessor extends AbstractProcessor
processingEnv
Constructor and Description |
---|
ConverterProcessor() |
Modifier and Type | Method and Description |
---|---|
static void |
dumpExceptionToErrorFile(String fileName,
String message,
Throwable e) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
Apache Camel