This content has been marked as final.
Show 2 replies
-
1. Re: Closures, better aop support in jdk7?
kabirkhan Feb 27, 2007 5:28 AM (in response to starksm64)I think together with hotswap this could be woven in at runtime for methods and constructors at runtime without needing to "prepare" the code first. I am not sure how this would work for fields yet.
-
2. Re: Closures, better aop support in jdk7?
acoliver Mar 1, 2007 3:38 PM (in response to starksm64)This is more or less what I was thinking: http://blog.buni.org/blog/acoliver/Tips/Removing-AOP-magic-with-Java-Closures-and-Java-Closure-method-assignment
-Andy