优化注释

This commit is contained in:
noear
2024-09-02 16:13:37 +08:00
parent 04d4d41fe1
commit dcd8bac152
2 changed files with 6 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ package com.yomahub.liteflow.spi.solon;
import com.yomahub.liteflow.spi.ContextCmpInit;
/**
* Solon 环境容器上下文组件初始化实现
* Solon 环境容器上下文组件初始化实现(在 solon 里没有用上;机制不同)
*
* @author Bryan.Zhang
* @since 2.6.11

View File

@@ -6,6 +6,11 @@ import com.yomahub.liteflow.spi.DeclComponentParser;
import java.util.List;
/**
* Solon 环境声明式组件解析器实现(在 solon 里没有用上;机制不同)
*
* @author noear
* */
public class SolonDeclComponentParser implements DeclComponentParser {
@Override
public List<DeclWarpBean> parseDeclBean(Class<?> clazz) {