@SupportedAnnotationTypes(value={"io.smallrye.reactive.messaging.annotations.ConnectorAttributes","io.smallrye.reactive.messaging.annotations.ConnectorAttribute"}) @SupportedSourceVersion(value=RELEASE_8) @AutoService(value=javax.annotation.processing.Processor.class) public class ConnectorAttributeProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
ConnectorAttributeProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2018–2021 SmallRye. All rights reserved.