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

fun.langel.cql.invoke.support.InsertInvoker Maven / Gradle / Ivy

The newest version!
package fun.langel.cql.invoke.support;

import fun.langel.cql.invoke.Invocation;
import fun.langel.cql.invoke.Invoker;
import fun.langel.cql.invoke.Result;

/**
 * @author [email protected](GuHan)
 * @since 2021/10/19 10:30 下午
 **/
public class InsertInvoker implements Invoker {
    @Override
    public Result invoke(Invocation iv) {
        return new Result();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy