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

io.quarkus.dev.config.ConfigurationProblem Maven / Gradle / Ivy

There is a newer version: 3.17.0
Show newest version
package io.quarkus.dev.config;

import java.util.Set;

/**
 * Interface that can be implemented by exceptions to allow for config issues to be easily fixed in dev mode.
 *
 */
public interface ConfigurationProblem {

    Set getConfigKeys();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy