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

io.github.ferhas.users_provider.models.response.Dob Maven / Gradle / Ivy

package io.github.ferhas.users_provider.models.response;

import lombok.Getter;

import java.util.Date;

@Getter
@SuppressWarnings("unused")
public class Dob {
    private Date date;
    private int age;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy