Skip to content

Instantly share code, notes, and snippets.

@arnaudgiuliani
Created March 1, 2022 08:06
Show Gist options
  • Save arnaudgiuliani/4b255e6b636aa44296629df747815544 to your computer and use it in GitHub Desktop.
Save arnaudgiuliani/4b255e6b636aa44296629df747815544 to your computer and use it in GitHub Desktop.
@Single
class ElectricHeater : Heater
@Single
class Thermosiphon(private val heater: Heater) : Pump
@Single
class CoffeeMaker(private val pump: Pump, private val heater: Heater)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment