/**
  * If this annotation is deprecated, build the appropriate information.
  *
  * @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 buildDeprecationInfo(XMLNode node, Content annotationInfoTree) {
   writer.addAnnotationTypeDeprecationInfo(annotationInfoTree);
 }