接口的使用
cn.taketoday.aop.AfterAdvice
使用AfterAdvice的程序包
程序包
说明
Aspect Programming
AspectJ integration package.
SPI package allowing AOP framework to handle arbitrary advice types.
-
cn.taketoday.aop中AfterAdvice的使用
修饰符和类型接口说明interfaceAfter returning advice is invoked only on normal method return, not if an exception is thrown.interfaceTag interface for throws advice. -
cn.taketoday.aop.aspectj中AfterAdvice的使用
修饰符和类型类说明classFramework AOP advice wrapping an AspectJ after advice method.classFramework AOP advice wrapping an AspectJ after-returning advice method.classFramework AOP advice wrapping an AspectJ after-throwing advice method. -
cn.taketoday.aop.framework.adapter中AfterAdvice的使用
修饰符和类型类说明classInterceptor to wrap anAfterReturningAdvice.classInterceptor to wrap an after-throwing advice.