Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • OpenCensusLibraryInformation

        private OpenCensusLibraryInformation()