com.github.quartzwebui.job.StatefulMethodInvokeJob Maven / Gradle / Ivy
The newest version!
/**
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.github.quartzwebui.job;
import org.quartz.DisallowConcurrentExecution;
import org.quartz.PersistJobDataAfterExecution;
/**
* @author quxiucheng [[email protected]]
*/
@PersistJobDataAfterExecution
@DisallowConcurrentExecution
public class StatefulMethodInvokeJob extends MethodInvokeJob {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy