Java 7 enabled fork of https://code.google.com/p/make-it-easy/
Mainly because of the annoying @SuppressWarnings("unchecked") that pollutes the code when using the original make-it-easy library.
Thanks to @SafeVarargs this can be avoided in Java 7.
Java 7 enabled fork of https://code.google.com/p/make-it-easy/
Mainly because of the annoying @SuppressWarnings("unchecked") that pollutes the code when using the original make-it-easy library.
Thanks to @SafeVarargs this can be avoided in Java 7.