File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 204204 ```
205205
206206 1. :man_raising_hand: 此库内置了使用 [@AndroidAopPointCut](/AndroidAOP/zh/AndroidAopPointCut/) 定义的一些功能注解
207- 2. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `android-aop -apt`
208- 3. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `android-aop -apt`
207+ 2. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `androidaop -apt`
208+ 3. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `androidaop -apt`
209209=== "Kotlin"
210210
211211 ```kotlin
234234 ```
235235
236236 1. :man_raising_hand: 此库内置了使用 [@AndroidAopPointCut](/AndroidAOP/zh/AndroidAopPointCut/) 定义的一些功能注解
237- 2. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `android-aop -apt`
238- 3. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `android-aop -apt`
237+ 2. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `androidaop -apt`
238+ 3. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `androidaop -apt`
239239
240240!!! note
241241 提示:ksp 或 annotationProcessor只能扫描当前 module ,在哪个 module 中有自定义切面代码就加在哪个 module,** 但是自定义的切面代码是全局生效的** ;必须依赖项可以通过 api 方式只加到公共 module 上
You can’t perform that action at this time.
0 commit comments