public class BuildInfo$
extends java.lang.Object
implements scala.Product, scala.Serializable
Modifier and Type | Field and Description |
---|---|
static BuildInfo$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
BuildInfo$() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
The value is "csw-framework".
|
java.lang.String |
toString() |
java.lang.String |
version()
The value is "0.5.0".
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final BuildInfo$ MODULE$