Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dangphuc70
Total activity
6
Last activity
October 04, 2021 13:43
Member since
October 01, 2021 11:13
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Edited
October 04, 2021 13:43
Great! Following the issue. Thanks a lot!
Community
IntelliJ IDEA Users
Disable @NotNull annotation when generating code
0 votes
Created
October 04, 2021 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...
Community
IntelliJ IDEA Users
Disable @NotNull annotation when generating code
0 votes
Created
October 04, 2021 06:31
Then, if I disable nullity inference, will @NotNull stop being inserted in generated methods? Is there a way to disable nullity inference?
Community
IntelliJ IDEA Users
Disable @NotNull annotation when generating code
0 votes