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