标签:相关 img 一个 target ice aop point 多个 代理
Joinpoint:连接点
可以被拦截到的方法
能够被增强的方法,这些方法就可以称为是连接点
Pointcut:切入点
真正被拦截的方法
真正被增加的方法
Advice:通知
增加的内容,通常都是封装成一个方法, 这个方法我们就称为通知
Target:被增加的对象
Aspect:切面
多个通知和多个切入点的集合
标签:相关 img 一个 target ice aop point 多个 代理
原文地址:https://www.cnblogs.com/wwq123/p/10887627.html