Java invention of the decade

Ladies and gentleman,
I present to you the biggest invention in Java since sliced bread :

public static <ARG> void say(ARG arg) { System.out.println(arg); }

Now you can do :

say("This is less annoying than System.out.whatever"; }

… where is my award :”)