Package io.opencensus.common
Class OpenCensusLibraryInformation
- java.lang.Object
-
- io.opencensus.common.OpenCensusLibraryInformation
-
@ExperimentalApi public final class OpenCensusLibraryInformation extends java.lang.Object
Class holder for all common constants (such as the version) for the OpenCensus Java library.- Since:
- 0.8
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VERSION
The current version of the OpenCensus Java library.
-
Constructor Summary
Constructors Modifier Constructor Description private
OpenCensusLibraryInformation()
-
-
-
Field Detail
-
VERSION
public static final java.lang.String VERSION
The current version of the OpenCensus Java library.- Since:
- 0.8
- See Also:
- Constant Field Values
-
-