package fr.openwide.core.test.jpa.more.business.history.service; import org.springframework.stereotype.Service; import fr.openwide.core.jpa.more.business.history.service.AbstractHistoryValueServiceImpl; @Service public class TestHistoryValueServiceImpl extends AbstractHistoryValueServiceImpl { }