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

net.anotheria.anodoc.service.ModuleStorageFactory Maven / Gradle / Ivy

package net.anotheria.anodoc.service;

/**
 * File:ModuleStorageFactory
 * Generated by CIPEnhancer V1.0.
 * Factory for the stub.
 * NEVER change generated code if you don't know what you do.
 */

public class ModuleStorageFactory{

	private ModuleStorageFactory() {
	}

	public static final IModuleStorage getModuleStorage(){
//		return new ModuleStorageC();
		return null;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy