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

com.jpattern.core.NullService Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.core;

import java.io.Serializable;

/**
 * 
 * @author Francesco Cina'
 *
 * 07/apr/2010
 */
public class NullService implements IService, Serializable {

	private static final long serialVersionUID = 1L;

	public String getName() {
		return "";
	}

	@Override
	public void stopService() {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy