The @Data annotation is equivalent to the combination of the following annotations: @Getter; @Setter; @RequiredArgsConstructor; @ToString; @EqualsAndHashCode.
確定! 回上一頁