gpt4 book ai didi

java - IntelliJ 建议错误的@NotNull 注解

转载 作者:搜寻专家 更新时间:2023-10-31 19:45:11 28 4
gpt4 key购买 nike

IntelliJ 建议在以下程序中导入 com.sun.istack.internal.NotNull @NotNull 注释(这是错误的):

public class Test implements Comparable<Test> {
@Override
public int compareTo(@NotNull Test o) {
return 0;
}
}

当尝试正确导入 com.intellij.annotations.NotNull 时(我认为)它看起来找不到类:

enter image description here

最佳答案

您可以在添加注释之前在警告上按 Alt+Enter,按右键,选择“编辑检查设置”,然后选择“配置注释”并指定要插入的注释。

关于java - IntelliJ 建议错误的@NotNull 注解,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31243474/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com