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