jar

com.faceture : groovy-params-checker

Maven & Gradle

Aug 23, 2014
0 stars

GroovyParamsChecker · Automatic Groovy parameter checker. How to use: 1. Annotate your Groovy classes with @ParamsNotNullNotEmpty; 2. At compile time, code will be added into each of your methods to check each parameter to make sure it is not null and in the case of Collections, Maps and Strings, it is not empty; 3. At run time, if a parameter is null or empty, it will throw an IllegalArgumentException with details about the null or empty parameter. To disable the annotation at compile time, set the ParamsNotNullNotEmpty.NoOpMode flag to true.

Table Of Contents

Latest Version

Download com.faceture : groovy-params-checker JAR file - Latest Versions:

All Versions

Download com.faceture : groovy-params-checker JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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 groovy-params-checker-1.0.28.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.faceture.gparamschecker

├─ com.faceture.gparamschecker.ParamsNotNullNotEmpty.class - [JAR]

├─ com.faceture.gparamschecker.ParamsNotNullNotEmptyTransformation.class - [JAR]

├─ com.faceture.gparamschecker.SuppressParamsNotChecked.class - [JAR]

Advertisement