> Could you elaborate on the use case @jstype(isNative=false) and > -generateJsInteropExports > is __not__ specified in the command line. > > Is there any valid use for such a combination? >
Sure. Pick any GWT library that might provide itself as pure JS library as well by using -generateJsInteropExports and isNative = false classes. Now when you use that library inside your own GWT app you don't want -generateJsInteropExports because all classes marked for export to JS are considered entry points into your application and they (and code that use them) can not be pruned or optimized by the compiler. So the end result would be potential code bloat in your app. -- J. -- 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 google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.