Lombok - @Data

https://projectlombok.org/

https://objectcomputing.com/resources/publications/sett/january-2010-reducing-boilerplate-code-with-project-lombok

@Data

The @Data annotation is likely the most frequently used annotation in the Project Lombok toolset. It combines the functionality of @ToString@EqualsAndHashCode@Getter, and @Setter.

posted @ 2024-10-15 21:36  A-P-I  阅读(7)  评论(0)    收藏  举报