/** * This module contains all classes defining the server application of the Envoy * project. * * @author Kai S. K. Engelbart * @author Leon Hofmeister * @author Maximilian Käfer * @since Envoy Server Standalone v0.1-beta */ module envoy.server { requires transitive envoy.common; requires transitive java.nio.server; requires transitive java.persistence; }