This post is over a year old, some of this information may be out of
date.
This is my own awesome-java references.
Here they are ...
- spring-modules fork of the abandoned SpringModules (unofficial extensions for Spring). Wow...
- Do it yourself Multi Value Map with Java 8
- it shows examples in Apache Common Collections, Guava, Eclipse Collections and one hidden in Spring Framework
- MapStruct - Bean DTO mapper and can work with Lombok.
- java8-tutorial - can go through this to learn some key features on Java 8
- How to Ensure Your Code Works With Older JDKs?
- solution is to use animal-sniffer-maven-plugin to detect