rpuch commented on a change in pull request #467:
URL: https://github.com/apache/ignite-3/pull/467#discussion_r755793486
##########
File path:
modules/configuration-annotation-processor/src/main/java/org/apache/ignite/internal/configuration/processor/Processor.java
##########
@@ -900,6 +932,7 @@ private void checkNoConflictFieldNames(
* @param superClazzAnnotations Superclass annotations.
* @throws ProcessorException If the superclass has none of the
annotations from {@code superClazzAnnotations}.
*/
+ @SafeVarargs // those are annotations, and we don't care about the actual
types
Review comment:
Removed the comment
##########
File path:
modules/configuration-annotation-processor/src/main/java/org/apache/ignite/internal/configuration/processor/Processor.java
##########
@@ -782,6 +813,7 @@ private boolean isStringClass(TypeMirror type) {
* @param incompatibleAnnotations Incompatible class annotations with
{@code clazzAnnotation}.
* @throws ProcessorException If there is an incompatible class annotation
with {@code clazzAnnotation}.
*/
+ @SafeVarargs // those are annotations, and we don't care about the actual
types
Review comment:
Removed the comment
--
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]