aop:around
public void doAround(ProceedingJoinPoint joinPoint)
aop:before和aop:after
public void before(JoinPoint joinPoint)
<aop:after-throwing pointcut="" method="afterThrowing" throwing="ex"/>
throwing属性如果有配置,那么方法afterThrowing定义如下
public void afterThrowing(JoinPoint joinPoint, Exception ex)
168万+

被折叠的 条评论
为什么被折叠?



