mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-16 04:52:13 +08:00
废弃2.5.11版本,升级成2.6.0版本
This commit is contained in:
@@ -3,7 +3,7 @@ package com.yomahub.liteflow.script;
|
||||
/**
|
||||
* 脚本执行器接口
|
||||
* @author Bryan.Zhang
|
||||
* @since 2.5.11
|
||||
* @since 2.6.0
|
||||
*/
|
||||
public interface ScriptExecutor {
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.util.ServiceLoader;
|
||||
/**
|
||||
* 脚本执行器工厂类
|
||||
* @author Bryan.Zhang
|
||||
* @since 2.5.11
|
||||
* @since 2.6.0
|
||||
*/
|
||||
public class ScriptExecutorFactory {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ package com.yomahub.liteflow.script.exception;
|
||||
/**
|
||||
* 脚本运行异常
|
||||
* @author Bryan.Zhang
|
||||
* @since 2.5.11
|
||||
* @since 2.6.0
|
||||
*/
|
||||
public class ScriptExecuteException extends RuntimeException {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ package com.yomahub.liteflow.script.exception;
|
||||
/**
|
||||
* 脚本加载异常
|
||||
* @author Bryan.Zhang
|
||||
* @since 2.5.11
|
||||
* @since 2.6.0
|
||||
*/
|
||||
public class ScriptLoadException extends RuntimeException {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ package com.yomahub.liteflow.script.exception;
|
||||
/**
|
||||
* 脚本SPI插件加载异常
|
||||
* @author Bryan.Zhang
|
||||
* @since 2.5.11
|
||||
* @since 2.6.0
|
||||
*/
|
||||
public class ScriptSpiException extends RuntimeException {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user