Skip to content

Commit

Permalink
1、完善新增的切面类型
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed May 10, 2024
1 parent e32b21a commit 9f3871b
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ object InitCollect {
Collects.add(sub)
}

@AndroidAopCollectMethod
@JvmStatic
fun collect2(sub: SubApplication){
Collects.add(sub)
}

@MyAnno
fun init(application: Application){
Log.e("InitCollect","----init----");
for (collect in Collects) {
Expand Down

0 comments on commit 9f3871b

Please sign in to comment.