Skip to content

Conversation

@matsu-chara
Copy link
Contributor

@matsu-chara matsu-chara commented Nov 20, 2025

This pull request adds the JSpecify annotation to the list of NotNull annotations for explicit nulls.

JSpecify is a standard initiative led by Google that offers a unified and vendor-neutral way to increase interoperability with Java tooling and the growing ecosystem of static nullness checkers (e.g., tools in IntelliJ, Error Prone, NullAway).

"reactor.util.annotation.NonNullApi" ::
"io.reactivex.annotations.NonNull" :: Nil)
"io.reactivex.annotations.NonNull" ::
"org.jspecify.annotations.NonNull" :: Nil)
Copy link
Contributor Author

@matsu-chara matsu-chara Nov 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@noti0na1 noti0na1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@noti0na1 noti0na1 merged commit 9056e42 into scala:main Nov 20, 2025
45 checks passed
@matsu-chara matsu-chara deleted the add-jspecify-non-null branch November 20, 2025 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants