Skip to content

Commit

Permalink
更新readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
byx2000 committed Feb 25, 2021
1 parent 1d4860b commit 23ae05e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# ByxAOP——简易AOP框架

ByxAOP是一个基于JDK动态代理的简易AOP框架,具有以下功能特性:
ByxAOP是一个基于JDK动态代理和Cglib动态代理的简易AOP框架,具有以下功能特性:

* 对目标对象的特定方法进行拦截和增强
* 支持灵活的拦截规则和自定义拦截规则
* 根据目标对象自动选择代理方式(JDK动态代理或者Cglib动态代理)
* 动态实现接口和批量实现接口方法
* 灵活的对象代理机制
* 灵活的对象委托机制

## 在项目中引入ByxAOP

Expand Down

0 comments on commit 23ae05e

Please sign in to comment.