Skip to content
flbulgarelli edited this page Jan 28, 2012 · 6 revisions

Staccatissimo-Check

Quick Overview

About Staccatissimo-Check

Staccatissimo-Check is the validation library of Staccatissimo, which allows to perform generic and domain-specific preconditions and postconditions checks. It is is designed for being rich, easy to use and understand, flexible, extensible, and general purpose.

Please note that Staccatissimo-Check is a validation API targeted for implementing fail-fast programming, like, but powerful than, validation classes you can find in Apache Commons Lang or Guava. It is by no means a conversion and validation API like Apache Commons Validator

Getting Stargetd

Learn More

  • Explore the rest of Staccatissimo projects. They extensively use Staccatissimo-Check

  • Navigate its Javadoc

  • Have a look at Restrictions-Instrument, a Staccatissimo module designed for parsing restrictions annotations, and inserting at compile time calls to the Check API.

Adding it to your project

Add it as a Maven dependency

    <dependencies>
        <dependency>
            <groupId>net.sf.staccatocommons</groupId>
            <artifactId>staccatissimo-check</artifactId>
            <version>${staccatissimo.version}</version>
        </dependency>
    </dependencies>
Clone this wiki locally