Does Google-Collections work with GWT?

guava, gwt, java

Solution

From reading the javadoc there are annotations for GwtCompatible and GwtIncompatible so this suggests that it does work with GWT though not everything is supported.

Problem

I was just reading my news when I stumbled on Google-Collections project. Does this work with GWT?

Original source