We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a7a8c commit 437f32bCopy full SHA for 437f32b
src/main/java/module-info.java
@@ -0,0 +1,9 @@
1
+// import org.jspecify.annotations.NullMarked;
2
+
3
+// @NullMarked
4
+module net.thenextlvl.vault {
5
+ requires java.logging;
6
+ requires org.bukkit;
7
8
+ requires static org.jspecify;
9
+}
0 commit comments