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

.utils.apt-utils.0.7.45.source-code.annotation-value.vm Maven / Gradle / Ivy

There is a newer version: 0.7.58
Show newest version
@$[$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