How can I get during generation process a specific java source file from GWT. I was looking for JavaSourceOracle and ResourceOracle but I don't know how to request / instantiate them.
For source generation of a registry I need constructor param of a field initialization. public static final MyEventType SAVE = new MyEventType(1); public static final MyEventType CANCEL = new MyEventType(2); How can I get the given constructor value for my GWT generator? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
