
de.objektkontor.config.ConfigUpdate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of config Show documentation
Show all versions of config Show documentation
Provides annotation based mappings for values in property files to typesafe java classes
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