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

com.googlecode.gendevcode.service.MainService 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 MainService extends BaseService {
	
	/**
	 * 执行
	 */
	public void doExecute();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy