mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
优化类注释
This commit is contained in:
@@ -16,9 +16,8 @@ import com.yomahub.liteflow.util.JsonUtil;
|
||||
import java.util.Objects;
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Author: zhanghua
|
||||
* @Date: 2022/12/3 13:38
|
||||
* @author zhanghua
|
||||
* @since 2.9.5
|
||||
*/
|
||||
public class ApolloXmlELParser extends ClassXmlFlowELParser {
|
||||
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
package com.yomahub.liteflow.parser.apollo.exception;
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Author: zhanghua
|
||||
* @Date: 2022/12/3 13:45
|
||||
* @author zhanghua
|
||||
* @since 2.9.5
|
||||
*/
|
||||
public class ApolloException extends RuntimeException {
|
||||
|
||||
|
||||
@@ -25,9 +25,8 @@ import java.util.Set;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Author: zhanghua
|
||||
* @Date: 2022/12/3 13:47
|
||||
* @author zhanghua
|
||||
* @since 2.9.5
|
||||
*/
|
||||
public class ApolloParseHelper {
|
||||
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
package com.yomahub.liteflow.parser.apollo.vo;
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Author: zhanghua
|
||||
* @Date: 2022/12/3 13:45
|
||||
* @author zhanghua
|
||||
* @since 2.9.5
|
||||
*/
|
||||
public class ApolloParserConfigVO {
|
||||
|
||||
|
||||
@@ -4,9 +4,8 @@ import com.yomahub.liteflow.parser.apollo.ApolloXmlELParser;
|
||||
import com.yomahub.liteflow.parser.spi.ParserClassNameSpi;
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Author: zhanghua
|
||||
* @Date: 2022/12/3 13:40
|
||||
* @author zhanghua
|
||||
* @since 2.9.5
|
||||
*/
|
||||
public class ApolloParserClassNameSpi implements ParserClassNameSpi {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user