Cleanup and document

This commit is contained in:
Christopher Schnick
2022-01-11 19:28:14 +01:00
parent cd93f934ff
commit 774689e42a
34 changed files with 247 additions and 201 deletions

View File

@@ -4,13 +4,11 @@ module io.xpipe.beacon {
exports io.xpipe.beacon;
exports io.xpipe.beacon.exchange;
exports io.xpipe.beacon.message;
requires org.slf4j;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.module.paramnames;
requires io.xpipe.core;
requires io.xpipe.extension;
requires transitive io.xpipe.core;
opens io.xpipe.beacon;
opens io.xpipe.beacon.exchange;