Integrate AOP for webapps
wagnert opened this issue · 1 comments
wagnert commented
There has to be a way of using aspect oriented programming within any webapp without the use of a third party library.
UAC:
- Classes within webapps MUST be able to define basic pointcuts
- Basic AOP MUST work within a clean appserver installation
wick-ed commented
Implemented as per this commit.