So I actually found a bug huh? Thanks for the quick response. I hope this bug will be fixed in the near future.
On Apr 13, 4:40 pm, Thomas Broyer <[email protected]> wrote: > > This is actually a bug in the Google Plug for Eclipse. Your code will work. > Seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=5587 > > > How can I resolve this? > > If it really bothers you, you can replace your @ProxyFor and/or @Service > annotations with @ProxyForName and @ServiceName. You'll lose compile-time > type-safety and class-reference checks though, and you'll have to be careful > when refactoring (renaming, moving around) your server-side classes. -- 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.
