Provides utilities for development of POJO Java beans.
Latest Release | Develop |
---|---|
The binaries can be obtained from Maven Central with the
dev.orne:beans
coordinates:
<dependency>
<groupId>dev.orne</groupId>
<artifactId>beans</artifactId>
<version>0.5.0</version>
</dependency>
Abstraction mechanism for entity identities on beans, also known as "Primary ID" or "Primary Key".
See Maven site page for further information.
Annotation based mechanism to declare and validate bean based references to unique entity references.
See Maven site page for further information.
Adds extra supported conversions to Apache Commons BeanUtils.
See Maven site page for further information.
For further information refer to the Javadoc and Maven Site.