roboguice默认注入哪个上下文?

时间:2015-04-28 11:37:30

标签: android dependency-injection roboguice

如果我使用以下代码:

@Inject
Context context;

那么将注入哪种类型的上下文?申请或当前的活动?或其他什么?

我知道我可以强制guice注入应用程序上下文:

@Inject
Application context;

但我可以配置第一个示例注入来注入应用程序上下文而不是活动吗?

0 个答案:

没有答案