io.quarkus.dev.config.ConfigurationProblem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-development-mode-spi Show documentation
Show all versions of quarkus-development-mode-spi Show documentation
SPI classes for Quarkus Development mode.
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