On Tue, Sep 9, 2008 at 3:15 PM, Niraj <[EMAIL PROTECTED]> wrote: > Does the above logic make sense??
Nope. The GWT compiler will generally inline your getters and setters wherever possible so the generated Javascript should be the same in either case. Since getters and setters provide the developer with design flexibility in the long run and the compiler should optimize them away if they're equivalent to public member variables, you should continue using accessors. Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
