-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
ADR/neededA decision has been made and it needs to be documentedA decision has been made and it needs to be documentedblockedThis task should be done after anotherThis task should be done after another
Description
It seems like record
-s fom Java 17 (#1556) will cover most of use-cases where we use Lombok:
$ git grep -h 'import lombok' | sort | uniq -c 20:49
2 import lombok.AccessLevel;
1 import lombok.AllArgsConstructor;
3 import lombok.EqualsAndHashCode;
80 import lombok.Getter;
1 import lombok.NoArgsConstructor;
116 import lombok.RequiredArgsConstructor;
42 import lombok.Setter;
25 import lombok.ToString;
1 import lombok.experimental.Accessors;
1 import lombok.extern.slf4j.Slf4j;
Metadata
Metadata
Assignees
Labels
ADR/neededA decision has been made and it needs to be documentedA decision has been made and it needs to be documentedblockedThis task should be done after anotherThis task should be done after another