package com.blogspot.toomuchcoding.book.chapter9.InjectingWithJukito; import com.blogspot.toomuchcoding.person.Person; public interface TaxService { void transferTaxFor(Person person); }