Remove experimental status from @NotNullByDefault by BartvHelvert · Pull Request #137 · JetBrains/java-annotations
Navigation Menu
{{ message }}
JetBrains / java-annotations Public
- Notifications You must be signed in to change notification settings
- Fork 68
Merged
amaembo merged 2 commits intoJetBrains:masterfrom
Feb 18, 2026Merged
Remove experimental status from @NotNullByDefault#137
amaembo merged 2 commits intoJetBrains:masterfrom
Remove experimental status from @NotNullByDefault#137
amaembo merged 2 commits intoJetBrains:masterfrom
Conversation
Copy link
Member
BartvHelvert
commented
Feb 17, 2026
BartvHelvert
commented
IDE support is pretty good now and other annotation providers like JSpecify also provide similar annotations.
amaembo
self-requested a review
amaembo requested changes Feb 18, 2026
| @Documented | ||
| @Retention(RetentionPolicy.CLASS) | ||
| @Target({ElementType.TYPE, ElementType.PACKAGE}) | ||
| @ApiStatus.Experimental |
Copy link
Collaborator
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update CHANGELOG and version in gradle.properties.
Copy link
Member Author
BartvHelvert
commented
Feb 18, 2026
BartvHelvert commented
Feb 18, 2026Updated the version to 26.1.0
amaembo
merged commit
6f588d4
into
JetBrains:master
Copy link
Collaborator
amaembo
commented
Feb 19, 2026
amaembo commented
Feb 19, 2026Deployed to Central
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment