/** * Contains the public API and implementation of the Event Bus library. * * @author Kai S. K. Engelbart * @since 0.0.3 * @see dev.kske.eventbus.core.Event * @see dev.kske.eventbus.core.EventBus */ module dev.kske.eventbus.core { exports dev.kske.eventbus.core; }