The Problem with AspectJ
Introduction AOP is a programming paradigm that aims to increase modularity by allowing the separation of cross-cutting concerns. It does so by adding additional behavior to existing code without modification of the code itself. Instead, we declare s...
Oct 2, 20243 min read4
