To solve your mistake (there is no source code for type com.google.common.base.Objects), you just need to enable the GWT base module:
<inherits name="com.google.common.base.Base" />
If you want to use classes related to collections, you need to enable the Collect GWT module:
<inherits name="com.google.common.collect.Collect" />
PS: verified using GUAVA GWT 17.0
STB Land
source share