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

com.github.fashionbrot.validated.config.GlobalValidatedProperties Maven / Gradle / Ivy

There is a newer version: 2.0.9
Show newest version
package com.github.fashionbrot.validated.config;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class GlobalValidatedProperties {

    public static final String BEAN_NAME = "globalValidatedProperties";

    public static final String FILENAME="fileName";
    /**
     * file properties
     */
    String fileName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy