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

main.java.scala.build.bsp.ScalaScriptBuildServer Maven / Gradle / Ivy

package scala.build.bsp;

import org.eclipse.lsp4j.jsonrpc.services.JsonRequest;

import java.util.concurrent.CompletableFuture;

public interface ScalaScriptBuildServer {

    @JsonRequest("buildTarget/wrappedSources")
    CompletableFuture buildTargetWrappedSources(WrappedSourcesParams params);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy