doc: 修改 since 信息

1.0.0 之前新增的,其 since 修改为 1.0.0,统一以 1.0.0 作为初始版本

fix plusone/plusone-commons#30
This commit is contained in:
2025-03-28 11:35:12 +08:00
parent f5b04a7ae8
commit 73a99b630c
25 changed files with 28 additions and 28 deletions

View File

@@ -24,9 +24,9 @@ import java.util.function.Supplier;
*
* <p>
* 返回 {@code Optional&lt;T&gt;} 对象。
*
*
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0
* @since 1.0.0
* @see Optional
* @see Supplier
*/