Contents
-
Deprecated Classes
This functionality is installed by default. All references to this can be safely
removed. This class will be removed in Guice 4.4
-
Deprecated Methods
This functionality is now installed by default. All references/installations can be
eliminated.
This method returns an empty scanner since the preexisting functionality is
installed by default.
You probably want to use transferRequest
instead
this method call is effectively a no-op, just remove it.
there's no need to "combine" one module; just install it directly.
there's no reason to use .with()
without any arguments.
there's no reason to use Modules.override()
without any arguments.