views:

60

answers:

1

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
It seems to be able to insert code into methods, but can it create fields within a class?
DutrowLLC