
io.quarkus.dev.config.CurrentConfig 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.Collections;
import java.util.List;
import java.util.Map;
import java.util.function.Consumer;
public class CurrentConfig implements Comparable {
public static volatile List CURRENT = Collections.emptyList();
public static volatile Consumer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy