Interface Module

    • Method Summary

      Modifier and Type Method 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.