Skip to content

Commit

Permalink
add license and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu10 committed Oct 24, 2024
1 parent 23440b1 commit 1dc06fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

@Slf4j
@Component("dagProcessStrategyContext")
// 策略模式上下文,管理和保存 Strategy 对象,实现具体策略行为的执行
public class DAGProcessStrategyContext {
@Resource
private Map<String, DAGProcessStrategy> strategies;
Expand Down

0 comments on commit 1dc06fb

Please sign in to comment.