mirror of https://github.com/sbt/sbt.git
5 lines
96 B
Java
5 lines
96 B
Java
|
|
package xsbti.boot;
|
||
|
|
public interface Reboot extends MainResult
|
||
|
|
{
|
||
|
|
public String[] arguments();
|
||
|
|
}
|