Package io.bootique.di
Annotation Type BQInject
A runtime annotation for marking injection point.
Constructors and fields marked with this annotation will be used as injection points,
just like marked with
Inject annotation.
Moreover later should be proffered in most cases.