We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26837e9 commit ed41e32Copy full SHA for ed41e32
docs/ApiRemovalProcess.md
@@ -22,7 +22,7 @@ Example of a deprecation comment:
22
* @noimplement
23
* @deprecated This XXX (class/method/field) will be removed in a future release. Use XXX instead.
24
*/
25
-@Deprecated(forRemoval = true, since = "4.16")
+@Deprecated(forRemoval = true, since = "2025-06")
26
```
27
* The PMC may decide to back out of an API removal
28
* In general, removing a deprecated API does NOT cause the increase of the major version segment.
0 commit comments