mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-02 02:21:34 +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.