Class ConnectorAttributeProcessor
- java.lang.Object
 - 
- javax.annotation.processing.AbstractProcessor
 - 
- io.smallrye.reactive.messaging.connector.ConnectorAttributeProcessor
 
 
 
- 
- All Implemented Interfaces:
 Processor
@SupportedAnnotationTypes({"io.smallrye.reactive.messaging.annotations.ConnectorAttributes","io.smallrye.reactive.messaging.annotations.ConnectorAttribute"}) @SupportedSourceVersion(RELEASE_8) @AutoService(javax.annotation.processing.Processor.class) public class ConnectorAttributeProcessor extends AbstractProcessor
 
- 
- 
Field Summary
- 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ConnectorAttributeProcessor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocess(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:
 processin interfaceProcessor- Specified by:
 processin classAbstractProcessor
 
 - 
 
 -