blob: 41b08e575432ab50e37ef3bce18e558302c968b5 [file] [log] [blame]
<a name="#${aspectName}"></a>
#[[##]]# ${aspectName}
<pre>
${util.aspectSummary($aspectName, $aspectInfo)}
</pre>
$aspectInfo.getDocString()
#[[###]]# Aspect Attributes
#if (!$aspectInfo.getAspectAttributeList().isEmpty())
#foreach ($aspectAttribute in $aspectInfo.getAspectAttributeList())
$aspectAttribute
String; required.
#end
#end
#[[###]]# Attributes
#foreach ($attribute in $aspectInfo.getAttributeList())
<b>
<code>${attribute.name}</code>
${util.attributeTypeString($attribute)}; ${util.mandatoryString($attribute)}
</b>
#if (!$attribute.docString.isEmpty())
<p>
${attribute.docString.trim()}
</p>
#end
#end