gnodet opened a new pull request, #2218:
URL: https://github.com/apache/maven/pull/2218
This PR adds missing Javadoc to various classes and interfaces in the API
subprojects.
## Changes:
- Add class-level and method-level Javadoc to various classes in api/
subprojects
- Add mis
gnodet merged PR #2218:
URL: https://github.com/apache/maven/pull/2218
--
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: issues-unsubscr...@maven.apache.o
gnodet commented on code in PR #2218:
URL: https://github.com/apache/maven/pull/2218#discussion_r2026273743
##
api/maven-api-core/src/main/java/org/apache/maven/api/ExtensibleEnums.java:
##
@@ -66,37 +107,73 @@ public String toString() {
}
}
+/**
+ * Impl
elharo commented on code in PR #2218:
URL: https://github.com/apache/maven/pull/2218#discussion_r2024837313
##
api/maven-api-annotations/src/main/java/org/apache/maven/api/annotations/Config.java:
##
@@ -24,18 +24,45 @@
import java.lang.annotation.RetentionPolicy;
import java.
gnodet opened a new pull request, #2218:
URL: https://github.com/apache/maven/pull/2218
This PR adds missing Javadoc to various classes and interfaces in the API
subprojects.
## Changes:
- Add class-level and method-level Javadoc to various classes in api/
subprojects
- Add mis