Skip to content

Commit

Permalink
1、修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Dec 7, 2023
1 parent 818c5b9 commit 3e5de0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public enum MatchType {
*/
DIRECT_EXTENDS,
/**
* 表示的匹配的是 <em><strong>末端继承(就是没有子类了)</strong></em> 自 {@link AndroidAopMatchClassMethod#targetClassName()} 设置的类<br>
* 表示的匹配的是 <em><strong>末端继承(就是没有子类了,最终子类)</strong></em> 自 {@link AndroidAopMatchClassMethod#targetClassName()} 设置的类<br>
* 默认不扫描 kotlin/ 和kotlinx/ 这两个包下的代码
*/
LEAF_EXTENDS
Expand Down

0 comments on commit 3e5de0e

Please sign in to comment.