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

fun.langel.cql.bind.Target Maven / Gradle / Ivy

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

import fun.langel.cql.bind.Arg;

/**
 * @author [email protected](GuHan)
 * @since 2021/10/20 2:20 下午
 **/
public interface Target {

    Arg[] args();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy