Skip to content

Commit a868005

Browse files
committed
修改文档
1 parent 5db9fd4 commit a868005

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/FAQ.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,7 @@ try to change it to English and install it again
241241

242242
- If it is a direct call, it will not cause recursion, and the framework has already handled it
243243

244-
- If it is an indirect call, it will cause recursion, such as calling methods of other classes that
245-
contain the original method. The framework does not handle this. If you need to do this, you can
246-
combine exclude To
247-
use [Homepage access, step 4 is introduced](https://flyjingfish.github.io/AndroidAOP/getting_started/#4-add-the-androidaopconfig-configuration-item-in-apps-buildgradle-this-step-is-an-optional-configuration-item),
248-
use exclude to exclude the indirect call class
244+
- If it is an indirect call, it will cause recursion. For example, calling methods of other classes that contain the original method will not be processed by the framework. If you need to do this, you can combine excludeWeaving of @AndroidAopReplaceClass or use exclude in [the fourth step of homepage access](/AndroidAOP/getting_started/#4-add-the-androidaopconfig-configuration-item-in-apps-buildgradle-this-step-is-an-optional-configuration-item) to exclude the indirect call class.
249245

250246
### 13. What should I do if I don’t want to introduce the built-in annotation aspect?
251247

docs/zh/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Kotlin 中的 `vararg str : String` 相当于 Java 中的 `String...`,这种
224224

225225
- 如果是直接调用就不会造成递归,框架已作处理
226226

227-
- 如果属于间接调用就会造成递归,例如调用包含的原方法的其他类的方法,框架对此不做处理,如需这么做可以结合 exclude 来使用[首页接入第四步有介绍](/AndroidAOP/zh/getting_started/#app-buildgradle-androidaopconfig),使用exclude排除掉间接调用类即可
227+
- 如果属于间接调用就会造成递归,例如调用包含的原方法的其他类的方法,框架对此不做处理,如需这么做可以结合 @AndroidAopReplaceClass 的 excludeWeaving 或者 使用[首页接入第四步有介绍](/AndroidAOP/zh/getting_started/#app-buildgradle-androidaopconfig)的 exclude排除掉间接调用类即可
228228

229229
### 13、不想引入内置的注解切面,怎么办?
230230

0 commit comments

Comments
 (0)