javax.inject.Inject 和 com.google.inject.Inject 之间有什么区别?
我正在开始使用 Google Guice。
我有一个简单的问题:
javax.inject
的 @Inject
注释和 com.google.inject
之间有什么区别@Inject
一个?
谢谢。
I'm initiating myself to Google Guice.
I have a simple question :
What is the difference between the javax.inject
's @Inject
annotation and the com.google.inject
's @Inject
one ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
javax.inject
是源自 google(和其他)工作的规范。差异可以在 Google Guice 维基
javax.inject
is a specification derived from google's work (and others)Difference can be found in Google Guice Wiki