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

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() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy