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;
誰かがこのコードのポイントは何ですか、そしてなぜそれがここで必要なのか説明してもらえますか?