mirror of https://github.com/sbt/sbt.git
5 lines
276 B
Java
5 lines
276 B
Java
|
|
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 {}
|