docs: 添加 SemVer 规范链接

在类注释中添加了指向 Semantic Versioning 2.0.0 规范的链接。
This commit is contained in:
2025-10-13 21:14:45 +08:00
parent ef61ecc2df
commit aea876a5f2

View File

@@ -39,6 +39,8 @@ import xyz.zhouxy.plusone.commons.util.StringTools;
*
* @author ZhouXY108 <luquanlion@outlook.com>
* @since 1.1.0
*
* @see <a href="https://semver.org/">Semantic Versioning 2.0.0</a>
*/
public class SemVer implements Comparable<SemVer>, Serializable {
private static final long serialVersionUID = 458265121025514002L;