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

com.github.uniliva.commonsutils.dto.BaseDTO Maven / Gradle / Ivy

The newest version!
package com.github.uniliva.commonsutils.dto;

import java.io.Serializable;

import lombok.NoArgsConstructor;

@NoArgsConstructor
public class BaseDTO implements Serializable {
	private static final long serialVersionUID = 1L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy