All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.ideabuffer.process.api.model.RuleModel Maven / Gradle / Ivy

There is a newer version: 1.1.16
Show newest version
package cn.ideabuffer.process.api.model;

import cn.ideabuffer.process.core.rule.Rule;
import org.jetbrains.annotations.NotNull;

/**
 * @author sangjian.sj
 * @date 2020/06/20
 */
public class RuleModel extends Model {
    private static final long serialVersionUID = -2748699570608620180L;

    public RuleModel(@NotNull Rule rule) {
        super(rule);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy