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

de.objektkontor.config.ConfigUpdate Maven / Gradle / Ivy

Go to download

Provides annotation based mappings for values in property files to typesafe java classes

There is a newer version: 1.4.1
Show newest version
package de.objektkontor.config;

public interface ConfigUpdate {

    public abstract void prepare() throws Exception;

    public abstract void apply();

    public abstract void discard();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy