I think he's asking whether it's supported to have a code generator emit additional GWT.create calls. I believe the answer is yes. Any new deferred binding points will be evaluated until they are all resolved.
On Jun 17, 11:08 pm, Arthur Kalmenson <[email protected]> wrote: > That's what GWT.create() is for. You'd create some enhanced version of > ABC using Generators. > > -- > Arthur Kalmenson > > > > On Wed, Jun 17, 2009 at 11:15 AM, Kelvin<[email protected]> wrote: > > > I would like to "enhance" a class by using Deferred Binding & > > Generator, Is it legal to generate code "GWT.create(ABC.class)" by > > Generator? > > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
