mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
更改package成com.yomahub
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* <p>Title: litis</p>
|
||||
* <p>Description: redis的全方位开发运维平台</p>
|
||||
* <p>Copyright: Copyright (c) 2017</p>
|
||||
* @author Bryan.Zhang
|
||||
* @email 47483522@qq.com
|
||||
* @Date 2017-11-28
|
||||
*/
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.NodeCondComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component("cond")
|
||||
public class CondComponent extends NodeCondComponent {
|
||||
|
||||
@Override
|
||||
protected Class<? extends NodeComponent> processCond() throws Exception {
|
||||
return BComponent.class;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user