com.bluecatcode.common.hash.package-info Maven / Gradle / Ivy
/**
* Hashing utility libraries and interfaces.
* Main goals:
*
* - Provide easy to use and less error prone abstraction for hashing operations
*
*
* Contents
*
*
* - {@link com.bluecatcode.common.hash.Hash}
*
*
* @see com.google.common.hash
*/
@ParametersAreNonnullByDefault
package com.bluecatcode.common.hash;
import javax.annotation.ParametersAreNonnullByDefault;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy