/** {@inheritDoc} */
 public void addAnnotationTypeDescription(Content annotationInfoTree) {
   if (!configuration.nocomment) {
     if (annotationType.inlineTags().length > 0) {
       addInlineComment(annotationType, annotationInfoTree);
     }
   }
 }