com.g2forge.alexandria.generic.environment.IEnvironmental Maven / Gradle / Ivy
package com.g2forge.alexandria.generic.environment;
import com.g2forge.alexandria.generic.environment.implementations.EmptyEnvironment;
public interface IEnvironmental {
public IEnvironmental bind(E environment);
}