Since our journey began, we have learned the concepts of the DIÂ pattern to understand IoC, got an idea about the modular framework of Java 9Â and its DI mechanism, and in the last chapter, we acquired knowledge of the most widely used Spring Framework to understand DI using various examples.
In this chapter, we will see the rudiments of the Google Guice framework and its DI mechanism, and we will also learn various injection types and binding techniques while defining DI in Guice.