initial commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user