#[[##]]# ${aspectName}
${util.aspectSummary($aspectName, $aspectInfo)}
$aspectInfo.getDocString() #[[###]]# Aspect Attributes #if (!$aspectInfo.getAspectAttributeList().isEmpty()) #foreach ($aspectAttribute in $aspectInfo.getAspectAttributeList()) $aspectAttribute String; required. #end #end #[[###]]# Attributes #foreach ($attribute in $aspectInfo.getAttributeList()) ${attribute.name} ${util.attributeTypeString($attribute)}; ${util.mandatoryString($attribute)} #if (!$attribute.docString.isEmpty())

${attribute.docString.trim()}

#end #end