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

com.github.peacetrue.modelgenerator.JavaTemplate Maven / Gradle / Ivy

The newest version!
package com.github.peacetrue.modelgenerator;

/**
 * java文件模板
 *
 * @author xiayx
 */
public interface JavaTemplate extends Template {
    /** 获取包名 */
    String getPackageName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy