eclipse-sisu / sisu-project

Sisu Inject
https://www.eclipse.org/sisu
Eclipse Public License 2.0
17 stars 15 forks source link

Allow Main to boot with extra bindings #50

Closed bentmann closed 2 years ago

bentmann commented 2 years ago

In several cases it would be convenient to be able to do Main.boot(MyApp.class, args, myBindings).run() for a CLI app, i.e. provide additional bindings for the application. This adds the necessary utilities to do so.

bentmann commented 2 years ago

Thanks!