opengoofy / hippo4j

📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.
https://hippo4j.cn
Apache License 2.0
5.48k stars 1.16k forks source link

Remove the @NonNull annotation from final fields. #1564

Closed DIDA-lJ closed 1 week ago

DIDA-lJ commented 2 weeks ago

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:

Check mailbox configuration when submitting. Contributor Guide