在Spring AOP中,<aop:after-returning method="afterReturningAdvice"
pointcut-ref="pointCut"/>
以上配置中afterReturningAdvice是指( )
A前置增强方法
B环绕增强方法
C后置增强方法
D异常增强方法
相关试题
-
在Spring AOP中,<aop:after-returning method=afterReturningAdvice pointcut-ref=pointCut/> 以上配置中afterR
-
在Spring AOP中,<aop:before method=beforeAdvice pointcut-ref=pointCut/> 以上配置中beforeAdvice是指( )
-
在Spring配置文件中,<aop:pointcut/>作用是( )
-
在Spring AOP中,注解@Pointcut的作用是( )
-
在Spring配置文件中,<aop:after-returning/>的作用是( )