-
组合 point cut 交并补 非 逻辑查看全部
-
supported pointcut designators查看全部
-
point cut 定义一个pointcut, 1.一个切入点通过一个普通的方法定义来提供,并且切入点表达式使用@Pointcut注解,方法返回类型必须为void 2.定义一个名为anyOldTransfer,这个切入点将匹配任何名为transfer的方法的执行查看全部
-
@Aspect注解是不能够通过类路径自动检测发现的,所以需要配合使用@Component注解或者在xml配置bean 一个类中的@Aspect注解标识它为一个切面,并且将自己从自动代理中排除查看全部
-
@Aspect注解:查看全部
-
Spring中配置@AdpectJ: aspectjwaver.jar查看全部
-
AspectJ查看全部
-
DefaultAdsivorAutoProxyCreator 自动在当前IOC container中应用auto-proxy查看全部
-
使用“auto-proxy” 自动选定bean查看全部
-
使用atuo-proxy 自动代理:查看全部
-
Lazy-initialized beans A lazy-initialized bean tells the IoC container to create a bean instance(举…为例) when it is first requested, rather than at startup. http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-factory-lazy-init查看全部
-
简化的proxy 的使用例子 可以把父类中的参数覆盖掉查看全部
-
简化的proxy的定义: 父子bean方式 (父bean是abstract Bean) TransactionProxyFactoryBean:基于事务的代理查看全部
-
使用global advisor: 用*做通配,匹配所有拦截器(Interceptor )加入通知链 但是只能是Interceptor ,advice不能使用查看全部
-
使用CGLIB代理方式的注意事项: final 方法不能被通知 CGLIB 已经在Spring - jar中查看全部
举报
0/150
提交
取消