Package io.bootique.di
Class BaseBQModule
java.lang.Object
io.bootique.di.BaseBQModule
- All Implemented Interfaces:
BQModule
A common superclass of modules with an empty implementation of
configure(Binder). It may come handy as modules
may bind services declaratively by creating methods annotated by @Provides and don't need to
implement 'configure'.-
Constructor Summary
Constructors -
Method Summary