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

com.github.robtimus.maven.plugins.i18n.templates.suppressWarnings.ftl Maven / Gradle / Ivy

<#if suppressWarnings?size == 1>
@SuppressWarnings("${suppressWarnings?first}")
<#elseif 1 < suppressWarnings?size>
@SuppressWarnings({
    <#list suppressWarnings as w>
        <#assign postfix = (w?index == suppressWarnings?size - 1)?then('', ',')>
    "${w?trim}"${postfix}
    
})





© 2015 - 2025 Weber Informatics LLC | Privacy Policy