<is there any functionality to disable the implici...
# community-feeds
r
is there any functionality to disable the implicitly annotation added by intellij in my code? i am using intellij IDE for my Spring Boot microservice. I have never used intellij IDE for coding. While writing the REST API, intellij has added inferred annotation on local variable of my class. So it is creating problem to me to pass the null value in that variable,throwing null pointer exception. The annotation added by intellij is "@org.jetbrains.annotation.NotNull". I don't know why intellij showing this behaviour. I just dont want any implicit annotation added by the intellij. Any...