
io.github.oliviercailloux.jaris.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaris Show documentation
Show all versions of jaris Show documentation
Various utilities that complement those found in Guava.
The newest version!
/**
* A collection of various helpers and types that are felt to miss from the JDK, with a focus on
* best practices and well-designed API, similar to
* Guava in spirit. See also the
* readme of this
* library.
*
*
* Every methods in this library (unless explicitly specified) are
* null hostile:
* they throw {@link java.lang.NullPointerException} if given some {@code null} argument, and never
* return {@code null} values.
*
*
*
* This library does not sneaky-throw.
*
*
*
* This library makes no guarantee about serializability.
*
*
*
* Please open issues if you find
* bugs or have feature requests. I will consider the bug reports seriously.
*
*/
package io.github.oliviercailloux.jaris;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy