接口的使用
org.springframework.aop.MethodBeforeAdvice
使用MethodBeforeAdvice的程序包 程序包 说明 org.springframework.aop.aspectj AspectJ integration package.org.springframework.aop.framework.adapter SPI package allowing Spring AOP framework to handle arbitrary advice types.org.springframework.aop.aspectj中MethodBeforeAdvice的使用
实现MethodBeforeAdvice的org.springframework.aop.aspectj中的类 修饰符和类型 类 说明 class
AspectJMethodBeforeAdvice
Spring AOP advice that wraps an AspectJ before method.org.springframework.aop.framework.adapter中MethodBeforeAdvice的使用
参数类型为MethodBeforeAdvice的org.springframework.aop.framework.adapter中的构造器 构造器 说明 MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice)
Create a new MethodBeforeAdviceInterceptor for the given advice.