sashapolo commented on code in PR #4997:
URL: https://github.com/apache/ignite-3/pull/4997#discussion_r1910146539


##########
modules/configuration-annotation-processor/src/main/java/org/apache/ignite/internal/configuration/processor/ConfigurationProcessor.java:
##########
@@ -153,12 +156,16 @@ private boolean process0(RoundEnvironment 
roundEnvironment) {
             return false;
         }
 
+        var injectedValueValidator = new InjectedValueValidator(processingEnv);

Review Comment:
   Note to reviewer: I'm going to refactor this part in a next PR to extract 
validators for all annotations, not just this one.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to