Package io.bootique.di
Interface BQModule
- All Known Implementing Classes:
BaseBQModule
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a unit of configuration of the Bootique DI container.
-
Method Summary
-
Method Details
-
configure
A callback method invoked during injector assembly that allows the module to load its services.- Parameters:
binder- a binder object passed by the injector assembly environment.
-