
org.bitbucket.cowwoc.preconditions.IntegerPreconditions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of preconditions Show documentation
Show all versions of preconditions Show documentation
A Java library for enforcing preconditions.
/*
* 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