Ejemplo n.º 1
0
 private static boolean isAnnotationTypeElement(MethodSymbol meth) {
   return ClassDocImpl.isAnnotationType(meth.enclClass());
 }