package com.github.ltsopensource.spring.quartz; /** * @author Robert HG (254963746@qq.com) on 3/22/16. */ public enum QuartzJobType { CRON, SIMPLE_REPEAT }