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

sdmxdl.ext.ObsFactory Maven / Gradle / Ivy

package sdmxdl.ext;

import nbbrd.design.ThreadSafe;
import org.checkerframework.checker.nullness.qual.NonNull;
import sdmxdl.DataStructure;

@ThreadSafe
public interface ObsFactory {

    @NonNull
    ObsParser getObsParser(@NonNull DataStructure dsd);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy