Skip to content

Commit 47793df

Browse files
authored
Update 0.AOP简单介绍.md (#304)
1 parent 09df58c commit 47793df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/0.AOP简单介绍.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AOP 实现会采用一些常见方法:
4141

4242
dotnet 框架代表: [PostSharp](https://www.postsharp.net/aop.net)
4343

44-
* 代码拦截,或者叫 动态代理
44+
* 代码拦截,或者叫 动态代理、动态编织、代码劫持
4545

4646
在运行时在内存中“临时”生成 AOP 动态代理类,因此也被称为运行时增强或动态代理。
4747

0 commit comments

Comments
 (0)