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

Alachisoft.NCache.Common.Configuration.Activator Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package Alachisoft.NCache.Common.Configuration;

/**
 * @author muhammad_mansoor
 */
public class Activator {

    public static Object createInstance(Class type) throws InstantiationException, IllegalAccessException {
        Object obj = type.newInstance();
        return obj;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy