Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
EastWoodYang authored Jul 18, 2018
1 parent db91cc1 commit 0d70de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AutoInject
Android 通用的组件自动注册、自动初始化方式
Android 通用的组件自动注册、自动初始化解决方案

## 背景问题
我们在组件化的过程,业务被拆分至独立的Module中,一些公用组件会在各个Module中通过APT生成一些需要被注册至组件中的信息类,比如EventBus生成的Index类。我们这边RN定制的Plugin是跟随各自module,需要被注册。还有,各Module对外提供的api接口的话,也需要被注册。
Expand Down Expand Up @@ -189,4 +189,4 @@ Android 通用的组件自动注册、自动初始化方式
InitAutoBowArrow initAutoBowArrow = new InitAutoBowArrow();
initAutoBowArrow.shoot();
...
}
}

0 comments on commit 0d70de0

Please sign in to comment.