docs: 修改 since 信息 (plusone/plusone-commons#40)

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

Issue: fix plusone/plusone-commons#30
This commit is contained in:
2025-03-28 11:29:37 +08:00
parent 78e44ac317
commit 57d85d05e9
25 changed files with 28 additions and 28 deletions

View File

@@ -28,7 +28,7 @@ import java.lang.annotation.Target;
* 标识方法是读方法,如 getter。
*
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 1.0
* @since 1.0.0
* @see WriterMethod
*/
@Target(ElementType.METHOD)