Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 276 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 276 Bytes

MakeItEasy

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.