package fr.openwide.maven.artifact.notifier.init.service; import org.springframework.stereotype.Service; import fr.openwide.maven.artifact.notifier.core.business.notification.service.EmptyNotificationPanelRendererServiceImpl; /** * Implémentation bouche-trou, uniquement pour combler la dépendance. */ @Service("initNotificationPanelRendererService") public class InitNotificationPanelRendererServiceImpl extends EmptyNotificationPanelRendererServiceImpl { }