hi, Shedokan! does it matters? first the generated code is obfuscated so you wont find your class, ctor or var so easily. second the GWT compile optimizes a lot, so it could inline any use of your var and completely remove it.
HTH Michael On Jun 16, 5:23 pm, Shedokan <[email protected]> wrote: > Hello, > I am looking at GWT's features and can't figure out weather a variable > declared in java as private will stay private once compiled in GWT. > By private I mean unaccessible to anyone except for the constructor or > the construtors functions. > > 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.
