gnodet commented on code in PR #11584:
URL: https://github.com/apache/maven/pull/11584#discussion_r3284360591


##########
api/maven-api-core/src/main/java/org/apache/maven/api/Language.java:
##########
@@ -55,7 +55,7 @@ public interface Language extends ExtensibleEnum {
      *
      * @deprecated Use {@link #RESOURCES} instead.
      */
-    @Deprecated
+    @Deprecated(since = "4.0.0", forRemoval = false)

Review Comment:
   This change is out of scope for this PR -- the title and description only 
mention documenting the `Artifact` version constants. Also, `forRemoval = 
false` is the default value, so adding it explicitly is redundant. Please 
either drop this change or split it into its own PR.



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