Note that this doesn't quite work. Javac doesn't allow imports by non-canonical names, so the following fails:
import com.google.gwt.i18n.client.LocalizableResource.Generate; since it is inherited from shared.LocalizableResource. Aside from the few annotations that generally have to be imported (because they are applied to the subclass itself rather than a method within it), any unnecessary imports will also break. So, I am included to just move them and let it break -- the necessary change is only import lines. http://gwt-code-reviews.appspot.com/1369801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
