<#--
 NormalClassDeclaration 
-->

<#import "DeclLib.ftl" as lib 
/>
<#macro NormalClassDeclaration classInfo nestingLevel 
>
<@lib.TypeDeclarationComment classInfo nestingLevel 
/>
<@lib.ident nestingLevel /><@lib.compress single_line=true ><@lib.TypeDeclarationModifiers classInfo /> class ${classInfo.getShortClassName()} <@lib.TypeDeclarationTypeParameters classInfo /> <@lib.NormalClassExtends classInfo /> <@lib.ClassImplements classInfo /></@lib.compress> {
<@lib.ClassBodyDeclaration classInfo nestingLevel+1 />

<@lib.ident nestingLevel />}
</#macro>





