All Downloads are FREE. Search and download functionalities are using the official Maven repository.

o.noexception.noexception.1.8.0.source-code.module-info Maven / Gradle / Ivy

// Part of NoException: https://noexception.machinezoo.com
/**
 * NoException library lets you handle exceptions in a concise, testable, and consistent manner.
 * Look first in the {@link com.machinezoo.noexception} package, especially the {@link com.machinezoo.noexception.Exceptions} class.
 * 
 * @see NoException tutorial
 */
module com.machinezoo.noexception {
	exports com.machinezoo.noexception;
	exports com.machinezoo.noexception.optional;
	exports com.machinezoo.noexception.throwing;
	requires com.machinezoo.stagean;
	requires transitive org.slf4j;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy