As far as I know it won't complain (doesn't complain when I use annotations from EoD SQL).
The best way to find out is write a test class with some annotations and try compile it ;) //J djd wrote: > For hibernate entity beans, can I use hibernate's specific > annotations? I never actually tried it, since we've mapped them > using .hbm.xml config files. But will GWT ignore the annotations or, > better said, how do I map entity beans using annotations without > making GWT scream about the imports? :) > > On Mar 17, 5:41 am, Ian Petersen <[email protected]> wrote: >> On Mon, Mar 16, 2009 at 7:29 PM, Joe Cole <[email protected]> >> wrote: >>> Even better: make the error message in gwt be super-specific. That way >>> people won't need to go to the FAQ. >>> Error: The class X was not in one of the gwt-compilation folders >>> (a,b,c). Since gwt only compiles code below these folders into >>> javascript your class was removed from compilation. Your options are >>> to: 1) provide a replacement class (seehttp://faq) , 2) rewrite the >>> functionality you need to a reachable class or 3) move the class into >>> one of the folders reachable by your modules. >> That sounds like a good idea, but it seems like lots of people are >> already not reading the existing error messages. Adding more text is >> only going to create more problems, I think. >> >> Ian > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
