GWT and Java 1.5GWT and Java 1.5 I writing a little web app using the nifty Google Web Toolkit (it is a really nice bit of work) when I received a very troubling warning from the GWT compiler - I was using Java 1.5 language features (in particular, Generics) while the GWT only supports Java 1.4.


