レベルエンター山本大のブログ

面白いプログラミング教育を若い人たちに

BLOCKVROCKリファレンス目次はこちら

Guice User's Guide ■7. Architectural Overview

アーキテクチャの概要

We can break Guice's architecture down into two distinct stages: startup and runtime. You build an Injector during startup and use it to inject objects at runtime.

Guiceアーキテクチャは、2つの別々のステージに分離することができます。それは起動時と実行時です。起動の間にInjectorをビルドします。 そして、そのInjectorは、実行時にオブジェクトを注入するために使います。