public class BuildVersionInfo
extends java.lang.Object
Provides information about the current product name and version.
Shows how to use BuildVersionInfo to obtain information about this product.
System.out.prinln(MessageFormat.format("I am currently using %s, version number %s.", BuildVersionInfo.PRODUCT, BuildVersionInfo.ASSEMBLY_VERSION));