所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.bbwres.biscuit.scheduler.job.BeanInvokingJob (implements org.quartz.Job)
- cn.bbwres.biscuit.scheduler.job.StatefulBeanInvokingJob
- cn.bbwres.biscuit.scheduler.JobAutoConfigure
- cn.bbwres.biscuit.scheduler.entity.JobBatchInfo (implements java.io.Serializable)
- cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl (implements cn.bbwres.biscuit.scheduler.service.JobManagerService)
- cn.bbwres.biscuit.scheduler.config.QuartzJdbcProperties
- cn.bbwres.biscuit.scheduler.config.SchedulerConstant
- cn.bbwres.biscuit.scheduler.dto.TriggerInfo
- cn.bbwres.biscuit.scheduler.job.BeanInvokingJob (implements org.quartz.Job)
接口分层结构
- cn.bbwres.biscuit.scheduler.service.JobManagerService
注释类型分层结构
- cn.bbwres.biscuit.scheduler.annotation.JobBatchDefinition (implements java.lang.annotation.Annotation)
- cn.bbwres.biscuit.scheduler.annotation.JobDataMap (implements java.lang.annotation.Annotation)
- cn.bbwres.biscuit.scheduler.annotation.JobDefinition (implements java.lang.annotation.Annotation)