This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
envoy/common/src/main/java/envoy/util/package-info.java

11 lines
324 B
Java

/**
* This package contains general useful classes that can be used by both Envoy Client and Envoy
* Server Standalone and that could not be assigned to any other package.
*
* @author Leon Hofmeister
* @author Maximilian Käfer
* @author Kai S.K. Engelbart
* @since Envoy common v0.1-beta
*/
package envoy.util;