On Thursday, August 23, 2012 12:16:11 PM UTC+2, Jens wrote: > > (class files are not needed as the GWT compiler works on Java source > files). >
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 -- 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/-/5g35BS5VIA0J. 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.
