> > > Actually, the GWT compiler works from *both* the source and compiled > classes: when annotations refer to other classes (such as CssResource's > @Import, PlaceHistoryMapper's @WithTokenizers, Bean validation's > @GwtValidation and @ServerConstraint, or RequestFactory's @ProxyFor and > @Service), those are looked up in the classpath. See > http://code.google.com/p/google-web-toolkit/issues/detail?id=7602 >
Ah right, forgot that one. Stumbled upon this quite some time ago while using custom annotations on shared classes that refer to server classes (similar to @ProxyFor). -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/4KmOtkhsm9kJ. 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.
