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

br.com.m4rc310.gtim.MGtimProperties Maven / Gradle / Ivy

There is a newer version: 1.0.44
Show newest version
package br.com.m4rc310.gtim;

import org.springframework.boot.context.properties.ConfigurationProperties;


import lombok.Data;

/**
 * 

MGtimProperties class.

* * @author marcelo * @version $Id: $Id */ @Data @ConfigurationProperties("br.com.m4rc310.gtim") public class MGtimProperties { public static final String ENABLE_GTIM = "br.com.m4rc310.gtim.enable"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy