Skip to content

Commit 6739234

Browse files
koshachydanil-pavlov
authored andcommitted
update: add @SuperBuilder support for Lombok plugin (#4741)
1 parent bcfb0e2 commit 6739234

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/topics/lombok.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,16 @@ Learn more about [how to configure the Lombok compiler plugin](#using-the-lombok
1919

2020
The plugin supports the following annotations:
2121
* `@Getter`, `@Setter`
22-
* `@Builder`
22+
* `@Builder`, `@SuperBuilder`
2323
* `@NoArgsConstructor`, `@RequiredArgsConstructor`, and `@AllArgsConstructor`
2424
* `@Data`
2525
* `@With`
2626
* `@Value`
2727

2828
We're continuing to work on this plugin. To find out the detailed current state, visit the [Lombok compiler plugin's README](https://github.com/JetBrains/kotlin/tree/master/plugins/lombok).
2929

30-
Currently, we don't have plans to support the `@SuperBuilder` and `@Tolerate` annotations. However, we can consider this if you vote
31-
for [@SuperBuilder](https://youtrack.jetbrains.com/issue/KT-53563/Kotlin-Lombok-Support-SuperBuilder) and
32-
[@Tolerate](https://youtrack.jetbrains.com/issue/KT-53564/Kotlin-Lombok-Support-Tolerate) in YouTrack.
30+
Currently, we don't have plans to support the `@Tolerate` annotation. However, we can consider this if you vote
31+
for the [@Tolerate issue](https://youtrack.jetbrains.com/issue/KT-53564/Kotlin-Lombok-Support-Tolerate) in YouTrack.
3332

3433
> Kotlin compiler ignores Lombok annotations if you use them in Kotlin code.
3534
>

0 commit comments

Comments
 (0)