You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/lombok.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,16 @@ Learn more about [how to configure the Lombok compiler plugin](#using-the-lombok
19
19
20
20
The plugin supports the following annotations:
21
21
*`@Getter`, `@Setter`
22
-
*`@Builder`
22
+
*`@Builder`, `@SuperBuilder`
23
23
*`@NoArgsConstructor`, `@RequiredArgsConstructor`, and `@AllArgsConstructor`
24
24
*`@Data`
25
25
*`@With`
26
26
*`@Value`
27
27
28
28
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).
29
29
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.
33
32
34
33
> Kotlin compiler ignores Lombok annotations if you use them in Kotlin code.
0 commit comments