yashmayya commented on code in PR #17327:
URL: https://github.com/apache/pinot/pull/17327#discussion_r2593682326


##########
pom.xml:
##########
@@ -2944,6 +2944,29 @@
           </properties>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>de.shadowhunt.maven.plugins</groupId>
+        <artifactId>package-info-maven-plugin</artifactId>
+        <version>2.0.0</version>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>package-info</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <packages>
+            <package regex="org.apache.pinot.**">
+              <annotations>
+                
<annotation>@javax.annotation.ParametersAreNonnullByDefault</annotation>
+                <annotation>@org.jspecify.annotations.NullMarked</annotation>
+              </annotations>
+            </package>
+          </packages>
+        </configuration>

Review Comment:
   Is this primarily for other projects that depend on Pinot?



##########
pom.xml:
##########
@@ -2944,6 +2944,29 @@
           </properties>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>de.shadowhunt.maven.plugins</groupId>
+        <artifactId>package-info-maven-plugin</artifactId>
+        <version>2.0.0</version>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>package-info</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <packages>
+            <package regex="org.apache.pinot.**">
+              <annotations>
+                
<annotation>@javax.annotation.ParametersAreNonnullByDefault</annotation>
+                <annotation>@org.jspecify.annotations.NullMarked</annotation>

Review Comment:
   What exactly does this one do? We don't currently use it anywhere right?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to