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

org.bitbucket.cowwoc.preconditions.IntegerPreconditions Maven / Gradle / Ivy

There is a newer version: 1.29
Show newest version
/*
 * Copyright 2015 Gili Tzabari.
 * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
 */
package org.bitbucket.cowwoc.preconditions;

/**
 * Verifies preconditions of an {@link Integer} parameter.
 * 

* @author Gili Tzabari */ @SuppressWarnings("MarkerInterface") public interface IntegerPreconditions extends NumberPreconditions { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy