mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-13 06:19:43 +00:00
Also updated @Getter and @Setter's documentation to explain their new class-level feature, and updated @Data's description to highlight how @Data is now truly nothing more than the combination of @RequiredArgsConstructor, @EqualsAndHashCode, @ToString, @Getter, and @Setter.