Skip to content

Instantly share code, notes, and snippets.

@slmanju
Created January 3, 2018 04:07
Show Gist options
  • Save slmanju/98899169f1f3b63135d09bf38f176e59 to your computer and use it in GitHub Desktop.
Save slmanju/98899169f1f3b63135d09bf38f176e59 to your computer and use it in GitHub Desktop.
import lombok.Data;
@Data
public class TodoDto {
private Long id;
private String title;
private String summary;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment