2

I've upgraded my IntelliJ Idea to v. 15.0 Lombok plugin is installed and enabled, annotation processing is also enabled. But compiler still doesn't see annotations. What are possible solutions for this problem?

Wojciech S
  • 21
  • 1
  • 4

5 Answers5

5

You'd have to install the latest version of the IntelliJ Lombok Plugin.

After that, go to Settings > Compiler > Annotations Processors and enable annotation processing for the project.

enter image description here

matan129
  • 1,508
  • 2
  • 20
  • 33
2
  1. Preferences -> "Build, Execution, Deployment" -> Compiler -> Annotation Processors -> Click Enable Annotation Processing
  2. Build -> Rebuild Project

Successful with Intellij 15 and lombok 0.9.8.15

liuzhengyang
  • 386
  • 1
  • 11
1

I have IntelliJ 15 and Lombok plugin version 0.9.6.14, which works.

You can find that version of the plugin here

If that doesn't work, you should try and remove the plugin and re-installing it.

KristofMols
  • 3,487
  • 2
  • 38
  • 48
0

When I updated IDEA to v15, my lombok plugin got uninstalled. You have to install it again.

boneash
  • 158
  • 1
  • 3
  • 19
-1

You'll need to download the lombok plugin and that should resolve your issues

MrX
  • 424
  • 5
  • 15