v1.0.4
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.