mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
优化注释
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user