(no title)
wokkel
|
5 months ago
When using Lombok it will use a compiler plugin for this so maven builds have @nonnull generated as if-statements. I dont know if intellij uses their own plugin but they do support Lombok in maven projects, so maybe thats where this is coming from. Afaik intellij has no built in compiler but relies on java .
Bjartr|5 months ago
See this comment by an OpenJDK tech lead: https://news.ycombinator.com/item?id=37666793
lisbbb|5 months ago