In a Spring Boot application, which AOP advice type provides the most control over a method's execution, allowing you to modify arguments, control whether the method proceeds, and alter the return value?
-
A
@Before
-
B
@AfterReturning
-
C
@Around
-
D
@AfterThrowing