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

com.googlecode.gendevcode.service.GenCodeService Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.googlecode.gendevcode.service;

import com.googlecode.gendevcode.service.basic.BaseService;

/**
 * 生成代码接口类
 * @author devilishking
 *
 */
public interface GenCodeService extends BaseService {
	/**
	 * 生成代码
	 */
	public void genCode() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy