package com.blogspot.toomuchcoding.book.chapter6._8_VerifyingWithTimeout; import com.blogspot.toomuchcoding.person.Person; public interface PersonSaver { void savePerson(Person person); }