docs: 注释优化

This commit is contained in:
Ray.Hao
2024-12-25 22:39:07 +08:00
parent eaf03138b9
commit 38469fefe5
7 changed files with 24 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ import com.alibaba.excel.event.AnalysisEventListener;
/**
* 自定义解析结果监听器
*
* @author haoxr
* @author Ray.Hao
* @since 2023/03/01
*/
public abstract class BaseAnalysisEventListener<T> extends AnalysisEventListener<T> {