All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.quartzwebui.manager.bean.AbstractQuartzBeanManager Maven / Gradle / Ivy

The newest version!
/**
 * Licensed under the Apache License, Version 2.0 (the "License");
 */
package com.github.quartzwebui.manager.bean;

/**
 * @author quxiucheng [[email protected]].
 */
public abstract class AbstractQuartzBeanManager implements QuartzBeanManager {

    private int priority = 1;

    public int getPriority() {
        return priority;
    }

    public void setPriority(int priority) {
        this.priority = priority;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy