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

org.cqframework.cql.cql2elm.PathAware Maven / Gradle / Ivy

package org.cqframework.cql.cql2elm;

import java.nio.file.Path;

public interface PathAware {
    void setPath(Path path);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy