Using Lombok type "val" in IntelliJ

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.

+7
source share
1 answer

Currently, according to the documentation of the Lombok IntelliJ plugin, this is not yet supported.

Disclosure: I am one of the main developers of Lombok.

+8
source

All Articles