📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.
Using the RequiredArgsConstructor annotation to add final has the same effect as using the @NonNull annotation, so the @NonNull annotation can be removed.
使用了 RequiredArgsConstructor 注解在加了 final 和使用 @NonNull 注解的效果是一样的,所以 @NonNull 注解可以删除
Changes proposed in this pull request:
Remove extraneous comments to make the code more standardized.
Using the RequiredArgsConstructor annotation to add final has the same effect as using the @NonNull annotation, so the @NonNull annotation can be removed. 使用了 RequiredArgsConstructor 注解在加了 final 和使用 @NonNull 注解的效果是一样的,所以 @NonNull 注解可以删除
Changes proposed in this pull request: