forked from plusone/plusone-commons
docs: 添加 SemVer 规范链接
在类注释中添加了指向 Semantic Versioning 2.0.0 规范的链接。
This commit is contained in:
@@ -39,6 +39,8 @@ import xyz.zhouxy.plusone.commons.util.StringTools;
|
|||||||
*
|
*
|
||||||
* @author ZhouXY108 <luquanlion@outlook.com>
|
* @author ZhouXY108 <luquanlion@outlook.com>
|
||||||
* @since 1.1.0
|
* @since 1.1.0
|
||||||
|
*
|
||||||
|
* @see <a href="https://semver.org/">Semantic Versioning 2.0.0</a>
|
||||||
*/
|
*/
|
||||||
public class SemVer implements Comparable<SemVer>, Serializable {
|
public class SemVer implements Comparable<SemVer>, Serializable {
|
||||||
private static final long serialVersionUID = 458265121025514002L;
|
private static final long serialVersionUID = 458265121025514002L;
|
||||||
|
|||||||
Reference in New Issue
Block a user