Skip to content

Dependency injection using Java modules and the Service Loader

Notifications You must be signed in to change notification settings

fwgreen/CoffeeApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Dependency injection using Java modules and the Service Loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages