Uses of Interface
io.bootique.di.Binder

Packages that use Binder
Package
Description
 
  • Uses of Binder in io.bootique.di

    Methods in io.bootique.di with parameters of type Binder
    Modifier and Type
    Method
    Description
    void
    BaseBQModule.configure(Binder binder)
    An empty implementation of the Module contract.
    void
    BQModule.configure(Binder binder)
    A callback method invoked during injector assembly that allows the module to load its services.