The generated code will use 'org.jetbrains.annotations.NotNull' instead of 'lombok.NonNull'. (#1565)

* The generated code will use 'org.jetbrains.annotations.NotNull' instead of 'lombok.NonNull'.

* The generated code will use 'org.jetbrains.annotations.NotNull' instead of 'lombok.NonNull'.
develop
LJ 3 weeks ago committed by GitHub
parent d687133dd2
commit 9b11c3b49a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,7 +21,6 @@ import cn.hippo4j.core.config.ApplicationContextHolder;
import cn.hippo4j.core.executor.ExtensibleThreadPoolExecutor;
import cn.hippo4j.core.executor.plugin.RejectedAwarePlugin;
import cn.hippo4j.threadpool.alarm.api.ThreadPoolCheckAlarm;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import java.util.Optional;
@ -38,7 +37,6 @@ public class TaskRejectNotifyAlarmPlugin implements RejectedAwarePlugin {
/**
* Thread pool check alarm
*/
@NonNull
private final ThreadPoolCheckAlarm threadPoolCheckAlarm;
/**

Loading…
Cancel
Save