--- old/src/share/classes/javax/lang/model/util/Elements.java 2013-05-20 22:33:56.000000000 -0700 +++ new/src/share/classes/javax/lang/model/util/Elements.java 2013-05-20 22:33:56.000000000 -0700 @@ -143,12 +143,13 @@ List getAllMembers(TypeElement type); /** - * Returns all annotations of an element, whether - * inherited or directly present. + * Returns all annotations present on an element, whether + * directly present or present via inheritance. * * @param e the element being examined * @return all annotations of the element * @see Element#getAnnotationMirrors + * @see javax.lang.model.AnnotatedConstruct */ List getAllAnnotationMirrors(Element e);