src/share/classes/javax/lang/model/AnnotatedConstruct.java

changeset 2134
b0c086cd4520
parent 1777
3bd22f99d408
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/javax/lang/model/AnnotatedConstruct.java	Tue Oct 15 22:15:35 2013 +0200
     1.2 +++ b/src/share/classes/javax/lang/model/AnnotatedConstruct.java	Tue Oct 15 15:57:13 2013 -0700
     1.3 @@ -221,8 +221,8 @@
     1.4       *         type if present on this construct, else an empty array
     1.5       *
     1.6       * @see #getAnnotationMirrors()
     1.7 -     * @see #getAnnotation(java.lang.Class)
     1.8 -     * @see java.lang.reflect.AnnotatedElement#getAnnotationsByType
     1.9 +     * @see #getAnnotation(Class)
    1.10 +     * @see java.lang.reflect.AnnotatedElement#getAnnotationsByType(Class)
    1.11       * @see EnumConstantNotPresentException
    1.12       * @see AnnotationTypeMismatchException
    1.13       * @see IncompleteAnnotationException

mercurial