Add JSpecify 0.3 annotations, and a "fake" @NullnessUnspecified annotation

This commit is contained in:
Kevin Bourrillion
2022-12-12 18:53:22 -08:00
committed by Space Team
parent e3282d090d
commit 2329ee5f84
11 changed files with 977 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
module java9_annotations {
exports org.jspecify.annotations;
exports org.jspecify.nullness;
// add packages needed to export
}
}