2017年3月28日
摘要:
package com.xk.spring.kp04_aop.aop.s02_annotation; public interface IStudentService { public void save(Student stu); public void update(Student stu); } package com.xk.spring.kp04_aop.aop.s... 阅读全文
posted @ 2017-03-28 21:34
小手撬地球
阅读(528)
评论(0)
推荐(0)
摘要:
在某些类中, 什么时机, 做什么事情 切入点(point-cut): 在某些类中(Class<?>[] itfc = new Class<?>[] { IStudentService.class }) 通知: 什么时机, 做什么事情(InvocationHandler的invoke方法) 切面: 切 阅读全文
posted @ 2017-03-28 20:36
小手撬地球
阅读(373)
评论(0)
推荐(0)
浙公网安备 33010602011771号