docs: 完善 JavaDoc,修改 copyright。

This commit is contained in:
2025-01-22 21:53:07 +08:00
parent 55027d91ef
commit 6a54a8628b
7 changed files with 13 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2023-2024 the original author or authors.
* Copyright 2023-2025 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -29,6 +29,7 @@ import java.lang.annotation.Target;
*
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 1.0
* @see WriterMethod
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)