Topic - Guice
Subscribe to this topic via RSS or ATOMGoogle Guice (pronounced "juice") is an open-source software framework for the Java platform released by Google under the Apache License. It provides support for dependency injection using annotations to configure Java objects. Dependency injection is a design pattern whose core principle is to separate behavior from dependency resolution. - Source: Wikipedia