Class Modules.RequireExactBindingAnnotationsModule

java.lang.Object
com.google.inject.util.Modules.RequireExactBindingAnnotationsModule
All Implemented Interfaces:
Module
Enclosing class:
Modules

private static final class Modules.RequireExactBindingAnnotationsModule extends Object implements Module
  • Constructor Details

    • RequireExactBindingAnnotationsModule

      private RequireExactBindingAnnotationsModule()
  • Method Details

    • configure

      public void configure(Binder binder)
      Description copied from interface: Module
      Contributes bindings and other configurations for this module to binder.

      Do not invoke this method directly to install submodules. Instead use Binder.install(Module), which ensures that provider methods are discovered.

      Specified by:
      configure in interface Module