Alachisoft.NCache.Common.ServerPlatform Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Alachisoft.NCache.Common;
/**
* @author Muneeb Shahid
*/
public class ServerPlatform {
public static final String isJava = "Java";
public static final String isDotNet = "DotNet";
public ServerPlatform() {
}
}