Generic utilities to promote a clean design of the code we write on a daily basis.
The source code will contain the classes needed to simplify your code. If you are interested in seeing them in action, take a look at the test cases for a certain utility. These will give you a very concrete and runnable example of the utility class in action.
If you are wondering how you can use this project, you should do the old-school thing and RTFM (read the flippin’ manual).
The code is documented using standard Java practices, meaning that the public facing APIs are documented in JavaDoc.
This JavaDoc is then processed through maven and hosted on a github-pages webspace, which you can find here:
deployed javadocs. To learn more about github-pages, take a look at
the github documentation.