Re: Defining an external API for a GWT application

2010-10-15 Thread Chris Conroy
See gwt-exporter: http://code.google.com/p/gwt-exporter/ On Fri, Oct 15, 2010 at 1:51 PM, Dan wrote: > Is there a way to externalize function names within the optimized > compiled code so that I can provide an api to those who may wish to > consume something I write in GWT? > > Similar to what @e

Defining an external API for a GWT application

2010-10-15 Thread Dan
Is there a way to externalize function names within the optimized compiled code so that I can provide an api to those who may wish to consume something I write in GWT? Similar to what @extern does for preventing obfuscation of css class names. -- You received this message because you are subscri