Skip to content

Commit

Permalink
feat: added builder
Browse files Browse the repository at this point in the history
  • Loading branch information
melistik committed May 23, 2024
1 parent 2682572 commit aee48d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/io/rocketbase/mail/dto/MessageResponse.java
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package io.rocketbase.mail.dto;

import lombok.Data;
import lombok.Getter;
import lombok.*;

import java.util.Date;

@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class MessageResponse {

private String to;
Expand Down

0 comments on commit aee48d0

Please sign in to comment.