
config.template.flavour.quarkus-3-gradle-kts.GreetingConfig.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fj-doc-maven-plugin Show documentation
Show all versions of fj-doc-maven-plugin Show documentation
Maven plugin to add Fugerit Venus Doc to a mavne project (fj-doc:generate)
<#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