Skip to content

v1.0.4

Compare
Choose a tag to compare
@khituras khituras released this 23 Aug 12:37
· 106 commits to master since this release

Reworked the prerequisites package and added it to the README.md file.

The prerequisites is supposed to help with checking method parameters for being null, being empty etc., especially aiming at complex, nested objects where a null pointer could happen within a call chain. By default, the checks are currently deactivated and can be activated by setting a Java System Property. See the README.md for more details.