Hello Thomas! On Sep 21, 3:26 pm, Thomas Broyer <[email protected]> wrote: > @ExtraTypes({ EntityARevisionProxy.class, EntityBRevisionProxy.class }) > @ProxyFor(Revision.class) > interface RevisionProxy extends EntityProxy { }
Thank you again for your answer. But I tried this. I either have a stack overflow on GWT, when I add @ProxyFor(Revision.class) to EntityARevisionProxy, or I have an error from GWT complaining that EntityARevisionProxy has no @ProxyFor annotation if I don't. > Pro tip: when in doubt, have a look at the unit tests for the feature in the > SVN repository. I'll take a look, thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
