/**
  * Build the annotation type description.
  *
  * @param node the XML element that specifies which components to document
  * @param annotationInfoTree the content tree to which the documentation will be added
  */
 public void buildAnnotationTypeDescription(XMLNode node, Content annotationInfoTree) {
   writer.addAnnotationTypeDescription(annotationInfoTree);
 }