Skip to content

Commit

Permalink
The generated code will use 'org.jetbrains.annotations.NotNull' inste…
Browse files Browse the repository at this point in the history
…ad 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'.
  • Loading branch information
DIDA-lJ authored Sep 7, 2024
1 parent d687133 commit 9b11c3b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
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;
Expand All @@ -38,7 +37,6 @@ public class TaskRejectNotifyAlarmPlugin implements RejectedAwarePlugin {
/**
* Thread pool check alarm
*/
@NonNull
private final ThreadPoolCheckAlarm threadPoolCheckAlarm;

/**
Expand Down

0 comments on commit 9b11c3b

Please sign in to comment.