Add parent project, convert existing project to Maven module

This commit is contained in:
2021-02-08 19:30:37 +01:00
parent dcc578076a
commit 9701e862df
20 changed files with 127 additions and 13 deletions

View File

@ -0,0 +1,12 @@
/**
* Contains the public API and implementation of the event bus library.
*
* @author Kai S. K. Engelbart
* @since 0.0.3
* @see dev.kske.eventbus.Event
* @see dev.kske.eventbus.EventBus
*/
module dev.kske.eventbus {
exports dev.kske.eventbus;
}