Building a declarative API with Spring AOP and SpEL
See how to implement a declarative API with Spring AOP and SpEL to perform tasks belonging to cross-cutting concerns like auditing.

See how to implement a declarative API with Spring AOP and SpEL to perform tasks belonging to cross-cutting concerns like auditing.

Have you ever wondered how libraries like Spring and Mockito modify your code at run-time to implement all their advanced features?