fixed module-info.java

This commit is contained in:
2022-01-30 18:57:55 +08:00
parent ee3de9eff5
commit a15a81db1b

View File

@@ -1,5 +1,10 @@
module net.woggioni.wson {
requires net.woggioni.jwo;
exports net.woggioni.wson.xface;
exports net.woggioni.wson.value;
exports net.woggioni.wson.exception;
exports net.woggioni.wson.serialization;
exports net.woggioni.wson.serialization.json;
exports net.woggioni.wson.serialization.binary;
}