Cleanup, some documentation, and refactoring

This commit is contained in:
Christopher Schnick
2022-03-08 23:30:13 +01:00
parent f5cccd5687
commit f7b37412b4
49 changed files with 234 additions and 270 deletions

View File

@@ -1,7 +1,6 @@
module io.xpipe.api {
exports io.xpipe.api;
requires transitive io.xpipe.core;
requires io.xpipe.beacon;
exports io.xpipe.api;
exports io.xpipe.api.connector;
}