/** * */ package net.agef.jobexchange.services.internal; import org.quartz.Job; /** * @author agef * */ public interface JobOfferOnlineStateCheck extends Job{ }