.utils.apt-utils.0.7.45.source-code.annotation-value.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apt-utils Show documentation
Show all versions of apt-utils Show documentation
General purpose utils / module: apt-utils
@$[$annotation.type()]##
#if ($annotation.hasValues())##
(##
#foreach ($v in $annotation.values())##
#if ($requiresExplicitName)##
$v.name() = ##
#end##
$v.value().asString()##
#if ($foreach.hasNext), #end##
#end##
)##
#end##
© 2015 - 2024 Weber Informatics LLC | Privacy Policy