initial commit

This commit is contained in:
2025-04-12 16:27:57 +02:00
commit 3ee456bd8f
19 changed files with 1640 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module eu.jonahbauer.json {
requires static lombok;
requires static org.jetbrains.annotations;
exports eu.jonahbauer.json;
exports eu.jonahbauer.json.exceptions;
}