Concept Flow - AOP for performance monitoring
Method call intercepted
Start timer
Proceed with method execution
Stop timer
Calculate duration
Log or record performance
Return method result
This flow shows how AOP intercepts a method call to measure and log its execution time for performance monitoring.