package com.blogspot.toomuchcoding.book.chapter4.common.voidmethod; import com.blogspot.toomuchcoding.person.Person; public interface PersonSaver { void savePerson(Person person); }