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

info.earty.attachment.presentation.AttachmentClientErrorDto Maven / Gradle / Ivy

package info.earty.attachment.presentation;

import lombok.Data;

@Data
public class AttachmentClientErrorDto {
    private String message;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy