Wirebox - add onMissingDependency
Description
Motivation:
I want to use modules in a legacy app. Several of these modules have dependencies on ColdBox for things like interceptors etc. As I'm in the context of a legacy app I would like to be able to use a convention-based bean factory hook which will be called when a dependency is not found.
My thought here is that in the Custom Binder you could have a onMissingDependency method which is called whenever the autowire fails to find a dependency. Something like this:
Hope this is the right place to log this
Activity
Show:
Brad Wood
December 2, 2019, 7:29 PM
Moved to the WireBox project