jar

info.gehrels : parameter-validation

Maven & Gradle

Mar 02, 2013
1 usages
1 stars

Parameter Validation Utils · Validating input parameters of methods and constructors is a recurring and stupid task, especially when you are writing public APIs. This module tries to ease your life a bit by providing a static validateThat() method, allowing you to throw IllegalArgumentExceptions using hamcrest matchers.

Table Of Contents

Latest Version

Download info.gehrels : parameter-validation JAR file - Latest Versions:

All Versions

Download info.gehrels : parameter-validation JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window parameter-validation-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

info.gehrels.parameterValidation

├─ info.gehrels.parameterValidation.MatcherValidation.class - [JAR]