主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dangphuc70
活动总数
6
最后的活动
2021年10月04日 13:43
成员加入日期
2021年10月01日 11:13
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
1
活动概览
帖子(1)
评论(3)
按最近的活动排序
最近的活动
投票数
已编辑于
2021年10月04日 13:43
Great! Following the issue. Thanks a lot!
社区
IntelliJ IDEA Users
Disable @NotNull annotation when generating code
0 票
创建于
2021年10月04日 11:13
Hello, In this case, import org.jetbrains.annotations.NotNull;import java.io.File;public class MyFile extends File { public MyFile(@NotNull String pathname) { super(pathname); }} The org.jetbr...
社区
IntelliJ IDEA Users
Disable @NotNull annotation when generating code
0 票
创建于
2021年10月04日 06:31
Then, if I disable nullity inference, will @NotNull stop being inserted in generated methods? Is there a way to disable nullity inference?
社区
IntelliJ IDEA Users
Disable @NotNull annotation when generating code
0 票