All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dream.dtos.UserDTO Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.dream.dtos;

import lombok.*;

@Getter
@Setter
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class UserDTO {

    private String username;
    private String email;
    private String password;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy