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

com.g2forge.alexandria.generic.environment.implementations.EmptyEnvironment Maven / Gradle / Ivy

package com.g2forge.alexandria.generic.environment.implementations;

import com.g2forge.alexandria.generic.environment.IEnvironment;
import com.g2forge.alexandria.java.core.marker.ISingleton;

public class EmptyEnvironment implements IEnvironment, ISingleton {
	protected static final EmptyEnvironment singleton = new EmptyEnvironment();
	
	public static EmptyEnvironment create() {
		return singleton;
	}
	
	private EmptyEnvironment() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy