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

org.sfm.map.MappingContextFactory Maven / Gradle / Ivy

package org.sfm.map;


public interface MappingContextFactory {
    MappingContext newContext();
}