Package org.apache.camel.k.tooling.apt
Class CamelProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- org.apache.camel.k.tooling.apt.CamelProcessor
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes({"org.apache.camel.k.annotation.Customizer","org.apache.camel.k.annotation.Loader","org.apache.camel.k.annotation.LoaderInterceptor"}) @SupportedSourceVersion(RELEASE_8) public class CamelProcessor extends AbstractProcessor
-
-
Field Summary
-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description CamelProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
-
-
-
Method Detail
-
process
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
-