Commit 9056e42
authored
add jspecify NonNull annotation to NotNullAnnots list (#24487)
This pull request adds the [JSpecify](https://jspecify.dev/) annotation
to the list of NotNull annotations for explicit nulls.
JSpecify is a standard initiative [led by
Google](https://jspecify.dev/about/#what-is-our-governance) that offers
a unified and vendor-neutral way to [increase
interoperability](https://jspecify.dev/docs/start-here/#what-is-this)
with Java tooling and the growing ecosystem of static nullness checkers
(e.g., tools in IntelliJ, Error Prone, NullAway).1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1152 | 1152 | | |
1153 | 1153 | | |
1154 | 1154 | | |
1155 | | - | |
| 1155 | + | |
| 1156 | + | |
1156 | 1157 | | |
1157 | 1158 | | |
1158 | 1159 | | |
| |||
0 commit comments