package test.DependencyInjection.dagger; interface Heater { void on(); void off(); boolean isHot(); }