Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究一个名为Tomighty的桌面应用程序的源代码,并且我不断看到顶部有这个包的代码:
import com.google.inject.Injector;
然后我在顶部看到这段代码:
@Inject private Injector injector;
有人可以解释一下这段代码的意义是什么,为什么这里需要它?