Package com.sun.xml.registry.common.util
Interface Version
-
- All Known Implementing Classes:
VersionUtil
public interface VersionThis interface holds version information for the whole JAX-R RI.- Author:
- JAX-R RI Development Team
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUILD_TAG_NUMBERJAX-R RI build numberstatic StringPRODUCT_NAMEJAX-R RI product namestatic StringVERSION_NUMBERJAX-R RI version number
-
-
-
Field Detail
-
PRODUCT_NAME
static final String PRODUCT_NAME
JAX-R RI product name- See Also:
- Constant Field Values
-
VERSION_NUMBER
static final String VERSION_NUMBER
JAX-R RI version number- See Also:
- Constant Field Values
-
BUILD_TAG_NUMBER
static final String BUILD_TAG_NUMBER
JAX-R RI build number- See Also:
- Constant Field Values
-
-