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

org.languagetool.server.tools.AbTestService Maven / Gradle / Ivy

The newest version!
package org.languagetool.server.tools;

import org.jetbrains.annotations.Nullable;
import org.languagetool.server.HTTPServerConfig;

import java.util.List;
import java.util.Map;

public interface AbTestService {
  @Nullable
  List getActiveAbTestForClient(Map params, HTTPServerConfig config);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy