Package csw.framework
Class BuildInfo$
- java.lang.Object
-
- csw.framework.BuildInfo$
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product
public class BuildInfo$ extends java.lang.Object implements scala.Product, java.io.SerializableThis object was generated by sbt-buildinfo.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BuildInfo$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description BuildInfo$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringname()The value is "csw-framework".java.lang.StringtoString()java.lang.Stringversion()The value is "4.0.0-RC2".
-
-
-
Field Detail
-
MODULE$
public static final BuildInfo$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-