| Class and Description |
|---|
| com.google.inject.multibindings.MultibindingsScanner
This functionality is installed by default. All references to this can be safely
removed. This class will be removed in Guice 4.4
|
| Method and Description |
|---|
| com.google.inject.multibindings.MultibindingsScanner.asModule()
This functionality is now installed by default. All references/installations can be
eliminated.
|
| com.google.inject.util.Modules.combine()
this method call is effectively a no-op, just remove it.
|
| com.google.inject.util.Modules.combine(Module)
there's no need to "combine" one module; just install it directly.
|
| com.google.inject.spi.ProviderInstanceBinding.getProviderInstance()
Use
ProviderInstanceBinding.getUserSuppliedProvider() instead. |
| com.google.inject.util.Modules.override()
there's no reason to use
Modules.override() without any arguments. |
| com.google.inject.multibindings.MultibindingsScanner.scanner()
This method returns an empty scanner since the preexisting functionality is
installed by default.
|
| com.google.inject.util.Modules.OverriddenModuleBuilder.with()
there's no reason to use
.with() without any arguments. |