IntelliJ Lombok plugin
A plugin that adds first-class support for Project Lombok
Features
- @Getter and @Setter
- @FieldNameConstants
- @ToString
- @EqualsAndHashCode
- @AllArgsConstructor, @RequiredArgsConstructor and @NoArgsConstructor
- @Log, @Log4j, @Log4j2, @Slf4j, @XSlf4j, @CommonsLog, @JBossLog, @Flogger, @CustomLog
- @Data
- @Builder
- @SuperBuilder
- @Singular
- @Jacksonized
- @Delegate
- @Value
- @Accessors
- @Tolerate
- @Wither
- @With
- @SneakyThrows
- @StandardException
- @val
- @var
- experimental @var
- @UtilityClass
- Lombok config system
- Code inspections
- Refactoring actions (lombok and delombok)
kogun
30.01.2025The current IntelliJ IDEA 2024.3.2.2 version incorporates a fix that eliminates the need for explicit version addition in pom.xml. Nice!