OpenPojo is a free and open-source utility that was created to fill the need to validate all POJOs (Plain Old Java Object) which are behaving correctly.
OpenPojo has two main goals: to make testing as easy as possible and to simplify the identity management (hashCode / equals) using annotation.
OpenPojo is a cross-platform utility capable of running on any operating system that comes with Java support (e.g. Mac OS X, Windows, Linux).
Detailed instructions on how to install and use the OpenPojo utility on your Mac are available HERE.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Fixed issue while enumerating classes in a jar file while handling package names.