What are some good aspect oriented programming libraries/frameworks that will run on google app engine (Java version)?
+1
A:
Does Guice count? I've only used it for Dependency Injection, but this page makes a convincing case for using it for AOP too.
Jason Hall
2010-06-14 03:25:55
It seems to be able to insert code into methods, but can it create fields within a class?
DutrowLLC
2010-06-14 17:05:46