Tom HawtinThomas Hawtin's WeblogMy take on closures- March 18, 2007 "Everyone" is having their say on what should be done for "closures" in JDK7. Here's my take. Write access to local variable of enclosing classes. Types (or just individual generic arguments) for constructorsanonymous inner classes can be omitted, using defaults class specified by type. Braces not required for anonymous inner classes that only (explicitly) define one method. Local class methods that overrideimplement default to public access. package member modifier acts as package...http://www.jroller.com/tackline/entry/my_take_on_closures |