Class BSLLSPLauncher
java.lang.Object
com.github._1c_syntax.bsl.languageserver.BSLLSPLauncher
@SpringBootApplication(scanBasePackageClasses=BSLLSPLauncher.class)
@Component
@ConditionalOnProperty(prefix="app.command.line.runner",
value="enabled",
havingValue="true",
matchIfMissing=true)
public class BSLLSPLauncher
extends Object
implements Callable<Integer>, org.springframework.boot.ExitCodeGenerator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BSLLSPLauncher
@ConstructorProperties("picocliFactory") public BSLLSPLauncher(picocli.CommandLine.IFactory picocliFactory)
-
-
Method Details