/** * Contains the public API and implementation of the event bus library. * * @author Kai S. K. Engelbart * @since 0.0.1 * @see dev.kske.eventbus.Event * @see dev.kske.eventbus.EventBus */ package dev.kske.eventbus;