cn.cliveyuan.robin.generator.RobinGenerator Maven / Gradle / Ivy
package cn.cliveyuan.robin.generator;
/**
* @author Clive Yuan
* @date 2020/12/23
*/
public interface RobinGenerator {
void generate();
}
package cn.cliveyuan.robin.generator;
/**
* @author Clive Yuan
* @date 2020/12/23
*/
public interface RobinGenerator {
void generate();
}