package com.wilzwert.myjobs.infrastructure.batch.service; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Component; /** * @author Wilhelm Zwertvaegher */ @Component @Slf4j public class SendIntegrationEventsBatchRunner { }