Hi, I am using Project Lombok (version 0.11.2) in a project. I have both Intellij and Eclipse (STS) installed, with a Lombok integrated with both IDEs (STS, via lombok JAR, IntelliJ via plugin [version 0.4, released 22/01/12]).
When I try to use the "val" data type in IntelliJ, it cannot recognize the resulting types, however the same code works in STS.
Is this a problem with the IntelliJ plugin, or does the plugin just not support this function?
val were added in lombok 0.10.0, so they are not a new feature.
Gkelly
source share