No, this is not asking how to get guava working in GWT, as I have got it working.
My questions is, when I perform the inherit
<inherits name="com.google.common.collect.Collect"/>
I expect to find a file Collect.gwt.xml within a namespace com.google.common.collect.
Nope, I searched high and low and the file is not found anywhere (and yet my GWT compile works like a … charm) . And I cannot find the source files anywhere. There could be one of few reasons:
-
The files are hidden in a jar and I failed to search inside jars. Tell me which jars.
-
GWT compiler provides special treatment to guava. No jackets required.
-
But, does GWT compiler spontaneously redirects itself somewhere to look for the source?
guava-gwt source code v.10.0.1: Collect.gwt.xml