Tag

CustomAdvisor

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 27, 2021 · Backend Development

How Spring Builds AOP Proxies: Advisor Discovery and Custom Proxy Creation

This article explains how Spring 5.3.3 creates AOP proxy objects using Advisors, details the internal methods for locating and applying both bean-defined and @Aspect advisors, and demonstrates how to implement a custom Advisor to intercept methods annotated with @DS, including common pitfalls and solutions.

AdvisorCustomAdvisorJava
0 likes · 8 min read
How Spring Builds AOP Proxies: Advisor Discovery and Custom Proxy Creation