Download groovy-params-checker JAR file with all dependencies
groovy-params-checker from group com.faceture (version 1.0.28)
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.
0 downloads
Artifact groovy-params-checker
Group com.faceture
Version 1.0.28
Last update 23. August 2014
Organization not specified
URL https://github.com/xnickmx/params-checker
License MIT License
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!
Group com.faceture
Version 1.0.28
Last update 23. August 2014
Organization not specified
URL https://github.com/xnickmx/params-checker
License MIT License
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!
Page 1 from 1 (items total 1)