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