mirror of https://github.com/sbt/sbt.git
7 lines
68 B
Java
7 lines
68 B
Java
|
|
package xsbti;
|
||
|
|
|
||
|
|
public enum CrossValue
|
||
|
|
{
|
||
|
|
Disabled, Full, Binary;
|
||
|
|
}
|