Elite Guice 2: Binding de-duplication
In part one, I showed how to initialize a Guice extension using the @Inject tag on a method. In this post I'm going to demonstrate a Guice for deduplicating bindings. What is binding duplication? One of the features of the Multibindings Extension is that there's no central coordination. Each module…