Skip to content

umermansoor/Version.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Version Class

A class to represent version information. This class cannot be inherited. This class is thread-safe as it is immutable and can be freely shared between threads without any external synchronization. A version object represented by this class is of the following format: X.Y.Z.b where,

  • X = Major component of the version.
  • Y = Minor component of the version.
  • Z = Revision component of the version.
  • b = Build component of the version.

This class is inspired from the Version class in .NET Framework 4.0.

About

A Java class for representing the version number of software, library, framework or other system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages