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.LoaderInterceptor"})
@SupportedSourceVersion(RELEASE_8)
public class CamelProcessor
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
Constructor Details
-
CamelProcessor
public CamelProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-