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

config.template.flavour.quarkus-3.GreetingConfig.ftl Maven / Gradle / Ivy

There is a newer version: 8.11.9
Show newest version
<#import '../flavour-macro.ftl' as fhm>
package <@fhm.toProjectPackage context=context/>;

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

@ConfigMapping(prefix = "greeting")
public interface GreetingConfig {

    @WithName("message")
    String message();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy