/CoffeeApp

Dependency injection using Java modules and the Service Loader

Primary LanguageJava

CoffeeApp

Based on the Dagger DI framework's simple example.

Compile and run from the project root with...

mkdir mods
javac -d mods --module-source-path src $(find src -name "*.java")
java -p mods -m coffee.app.main/coffee.app.main.CoffeeApp