目录
12.2.3 AspectJ expression pointcuts
12.5 Using the ProxyFactoryBean to create AOP proxies
12.7 Creating AOP proxies programmatically with the ProxyFactory
12.8 Manipulating advised objects
12.9 Using the "auto-proxy" facility
12.9.1 Autoproxy bean definitions
12.Spring AOP APIs
12.1 介绍
12.2 spring中的Pointcut
12.2.1 概念
spring的pointcut模式可以使得pointcut重复使用advice类型,它可以使用相同的poincut定位到不同的advice上。
org.springframework.aop.Pointcut接口是个核心的接口,用于将advices定位到特定的类和方法上。完整接口如下: