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

io.quarkus.code.config.PlatformConfig Maven / Gradle / Ivy

There is a newer version: 37
Show newest version
package io.quarkus.code.config;

import io.smallrye.config.ConfigMapping;
import io.smallrye.config.WithName;

import java.util.Optional;

@ConfigMapping(prefix = "io.quarkus.code.quarkus-platforms")
public interface PlatformConfig {

    @WithName("reload-cron-expr")
    String getReloadCronExpr();

    @WithName("registry-id")
    Optional getRegistryId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy