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