Skip to content

hochraldo/MakeItEasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.