How to use CodeBase and enable AOP in existing CodeBase
Applies to
- WW Channel Partner Services
- WW Channel Programs
- Aspect Oriented Programming (AOP) Documentation
Description
This article describes the procedure to enable AOP in your existing CodeBase.
Jar/Starter Method is not possible due to the following reasons:
- It is not possible to apply pointcut from outside of code. It should be in the AOP annotations (@before, @after, @afterReturning, etc).
- This pointcut expression evaluates at the time of compilation.
This method is not a way to implement AOP.