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

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

There is a newer version: 1.5.4
Show newest version
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 - 2025 Weber Informatics LLC | Privacy Policy