mirror of https://github.com/sbt/sbt.git
5 lines
84 B
Java
5 lines
84 B
Java
|
|
package xsbti.boot;
|
||
|
|
public interface Exit extends MainResult
|
||
|
|
{
|
||
|
|
public int code();
|
||
|
|
}
|