Add Java 9 jspecify annotations including module level ones

This commit is contained in:
Victor Petukhov
2021-04-15 11:28:08 +03:00
parent 71755b7a5e
commit 757fdb2b32
4 changed files with 113 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
module java9_annotations {
exports org.jspecify.nullness;
// add packages needed to export
}