Contents
-
Deprecated Classes
This class used to be useful to avoid implementing
and()
and
or()
yourself, but is no longer necessary now that
Matcher
implements these methods.
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.
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.
Marked as deprecated as a hint to users that calling this is unnecessary, because
the provider is already a guice Provider.