Yes, M. Eduard is right. The compiler put a field in inner class. So even if the local variable of outer method expires, the inner class still holds the value. To make the outer local variable consistent with inner class field, it uses 'final' key word for outer method's variable.
-- 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.
