![JAR search and dependency download from the Maven repository](/logo.png)
com.ktanx.autocoder.parse.ConfigParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktanx-autocoder Show documentation
Show all versions of ktanx-autocoder Show documentation
ktanx-autocoder is a java code generate kit.
The newest version!
package com.ktanx.autocoder.parse;
import com.ktanx.autocoder.config.Configuration;
public interface ConfigParser {
/**
* 解析配置信息
*
* @return
*/
Configuration parse();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy