StackOverflow 文档 Android 教程 Dagger 2 自定义范围 自定义范围 Created: November-22, 2018 @Scope @Documented @Retention(RUNTIME) public @interface ActivityScope { } 范围只是注释,你可以根据需要创建自己的注释。 构造函数注入应用程序和活动注入的组件设置