JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
io.bootique.di.Binder
Packages that use
Binder
Package
Description
io.bootique.di
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.