org.bitbucket.cowwoc.requirements.guava.package-info Maven / Gradle / Ivy
/*
* Copyright (c) 2016 Gili Tzabari
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* Classes used to verify
* preconditions,
* postconditions and
*
* invariants of Guava types.
*
* Interfaces in this package may be implemented but not be extended (because methods contain a fixed
* return type).
*/
package org.bitbucket.cowwoc.requirements.guava;