We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09df58c commit 47793dfCopy full SHA for 47793df
docs/0.AOP简单介绍.md
@@ -41,7 +41,7 @@ AOP 实现会采用一些常见方法:
41
42
dotnet 框架代表: [PostSharp](https://www.postsharp.net/aop.net)
43
44
-* 代码拦截,或者叫 动态代理
+* 代码拦截,或者叫 动态代理、动态编织、代码劫持
45
46
在运行时在内存中“临时”生成 AOP 动态代理类,因此也被称为运行时增强或动态代理。
47
0 commit comments