I can report that at least as of 2.8.1, you get an exception if you specify an <entry-point> that doesn't implement EntryPoint, but still has the correct public void onModuleLoad() signature. I didn't investigate too deeply, but the compiled output was something like null.onModuleLoad(), which indicated to me that it knew the right method to call, just wasn't willing to create the type.
-- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
