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

fun.langel.cql.dialect.Dialect Maven / Gradle / Ivy

The newest version!
package fun.langel.cql.dialect;

import fun.langel.cql.Language;

/**
 * @author [email protected](GuHan)
 * @since 2022/3/18 16:43
 **/
public interface Dialect {

    Language type();

    D content();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy