Class faiNumberInfo
- java.lang.Object
-
- host.fai.lib.faiNumber.faiNumberInfo
-
public final class faiNumberInfo extends Object
The
faiNumberInfoclass provides the version number and the package name for this package.- Since:
- 1.0.0.f
-
-
Field Summary
Fields Modifier and Type Field Description StringPACKAGE_NAMEhost.fai.lib.faiNumber.StringVERSIONVersion number: Major.Minor.Security/BugFix.Build
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]VERSION_NUMBER()Return an array of int that represents the VERSION number.
-
-
-
Field Detail
-
PACKAGE_NAME
public final String PACKAGE_NAME
host.fai.lib.faiNumber.- See Also:
- Constant Field Values
-
VERSION
public final String VERSION
Version number: Major.Minor.Security/BugFix.Build
Build: (b: Beta), (rc-N: Release Candidate No.), (f: Final).
Take note that the official online web docs for any major release version may always use the (n).0.0.f for that version and its minor, security/bugfix releases.
Major releases will add new feature(s) and/or remove unnecessary API. Any deprecated API will not be removed until at least 3 major versions after the major version that first informed of the removal of the API. However, if it is simply a name change, the API with the old name may just redirect the call to a new name.
Minor releases do not alter, add, nor remove any API. Minor releases are for coding layout improvement, code improvement, and/or code optimization.
Bugfix/Security releases do not alter, add, nor remove any API. Bugfix/Security releases are releases that will fix discovered bug(s) or security loophole(s).
- See Also:
- Constant Field Values
-
-