In this example, we shall understand what is Aspect Oriented Programming and how Spring provides support to implement AOP. 1. Introduction to AOP When designing a module, the focus is usually to maintain high cohesion in the module. Cohesion as per Wikipedia is the degree to which elements of a module belong together. But there ...