Questions tagged [intellij-lombok-plugin]

A plugin for using Lombok with IntelliJ IDEA.

The IntelliJ Lombok Plugin is a plugin for IDEA. It provides support for which is a project which aims to reduce boilerplate code.

Refernces:

153 questions
-1
votes
2 answers

Lombok @Data broke for object that is subclass when updating Spring Boot version

So basically went from Spring Boot 1.5.10 -> 1.5.15. Everything fine except for one thing. I have an object with a parent class that had a @Data annotation on it. It's now not able to build and saying -Lombok needs a default constructor in the…
-2
votes
2 answers

Cannot resolve symbol Data, Lombok, Component, beans, http, util

I am getting cannot resolve symbol for the following in my intelliJ project: Data, Lombok, Component, beans, http, util My Class import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; import…
-2
votes
0 answers

IntelliJ Idea doesn't recognize Lombok's annotations

I'm trying to introduce Lombok annotations into a Maven Java project in IntelliJ IDEA and followed the steps here and here. @Data annotation (for one) is not being recognized: Here's the relevant Maven stanza:
Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82
1 2 3
10
11