package finki.paw5.service.implementation; import finki.paw5.service.PetService; import org.springframework.stereotype.Service; @Service public class PetServiceImplementation implements PetService { }