mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 10:14:46 +02:00
fixes #226. allow launched applications to signal the launcher's job is complete by returning Continue
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package xsbti;
|
||||
|
||||
/** A launched application returns an instance of this class in order to communicate to the launcher
|
||||
* that the application's main thread is finished and the launcher's work is complete, but it should not exit.*/
|
||||
public interface Continue extends MainResult {}
|
||||
Reference in New Issue
Block a user