Open sigpwned opened 7 months ago
It would be nice if users could perform dependency injection and/or use non-default constructors to create objects. This would likely require moving off of espresso.
We have moved off of espresso. This could be implemented with a ConfigurableInstanceFactoryScanner that looks for @Inject or similar.
ConfigurableInstanceFactoryScanner
@Inject
It would be nice if users could perform dependency injection and/or use non-default constructors to create objects. This would likely require moving off of espresso.