Add Java 9 jspecify annotations including module level ones
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module java9_annotations {
|
||||
exports org.jspecify.nullness;
|
||||
// add packages needed to export
|
||||
}
|
||||
Reference in New Issue
Block a user