com.github.quartzwebui.service.strategy.ServiceStrategyURL Maven / Gradle / Ivy
The newest version!
/**
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.github.quartzwebui.service.strategy;
/**
* 处理规则URL接口
* @author quxiucheng [[email protected]]
*/
public interface ServiceStrategyURL {
/**
* 获取URL
* @return
*/
public String getURL();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy