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

de.thomaskrille.dropwizard_template_config.DefaultSystemPropertiesProvider Maven / Gradle / Ivy

The newest version!
package de.thomaskrille.dropwizard_template_config;

import java.util.Properties;

public class DefaultSystemPropertiesProvider implements SystemPropertiesProvider {
    @Override
    public Properties getSystemProperties() {
        return System.getProperties();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy