Thanks. After I posted I cracked open gwt-user.jar and found it. I
needed to add the following to my gwt project xml file:
<inherits
name='com.google.web.bindery.requestfactory.RequestFactory'/>
The coding docs for this stuff is pretty good but the setup / config
is terrible. If they expect you to use Spring Roo they should doc
that.