private static boolean isAnnotationTypeElement(MethodSymbol meth) {
   return ClassDocImpl.isAnnotationType(meth.enclClass());
 }