src/share/classes/javax/lang/model/util/Elements.java

changeset 1777
3bd22f99d408
parent 1725
e8987ce7fb4b
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/javax/lang/model/util/Elements.java	Wed May 22 09:59:05 2013 -0700
     1.2 +++ b/src/share/classes/javax/lang/model/util/Elements.java	Wed May 22 13:34:03 2013 -0700
     1.3 @@ -143,12 +143,13 @@
     1.4      List<? extends Element> getAllMembers(TypeElement type);
     1.5  
     1.6      /**
     1.7 -     * Returns all annotations of an element, whether
     1.8 -     * inherited or directly present.
     1.9 +     * Returns all annotations <i>present</i> on an element, whether
    1.10 +     * directly present or present via inheritance.
    1.11       *
    1.12       * @param e  the element being examined
    1.13       * @return all annotations of the element
    1.14       * @see Element#getAnnotationMirrors
    1.15 +     * @see javax.lang.model.AnnotatedConstruct
    1.16       */
    1.17      List<? extends AnnotationMirror> getAllAnnotationMirrors(Element e);
    1.18  

mercurial