com.google.inject

Interface Module

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void configure(Binder binder)
      Contributes bindings and other configurations for this module to binder.
    • Method Detail

      • configure

        void configure(Binder binder)
        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.

Copyright © 2006–2018 Google, Inc.. All rights reserved.