sigpwned / discourse

Civilized command line arguments for modern Java
Apache License 2.0
1 stars 0 forks source link

Support for Dependency Injection #40

Open sigpwned opened 7 months ago

sigpwned commented 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.

sigpwned commented 7 months ago

We have moved off of espresso. This could be implemented with a ConfigurableInstanceFactoryScanner that looks for @Inject or similar.