GWT : No Java 5 – No Varargs!
By dgirard on Sunday 1 July 2007, 22:10 - GWT tips and tricks - Permalink
Petrus Pelser
No Java 5 – No Varargs!The release of Java version 5 has provided us with some interesting and useful new ways to do things that would usually require a lot of effort, for example the new for-each loop and varargs.
...
There is another way to pass a variable amount of arguments to a method by just using Java 1.4 syntax. That is by passing an array of objects.
...
