📜  @data lombok - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:26.937000             🧑  作者: Mango

代码示例1
The @Data annotation is kind of an all in one package. It is equivalent to adding the annotations @Getter @Setter @RequiredArgsConstructor @ToString @EqualsAndHashCode to your class.