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