--- old/src/java.compiler/share/classes/javax/lang/model/AnnotatedConstruct.java 2017-01-31 00:24:30.254851801 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/AnnotatedConstruct.java 2017-01-31 00:24:30.158851797 -0800 @@ -62,7 +62,7 @@ * * If there are multiple annotations of type AT present on * C, then if AT is repeatable annotation type, an - * annotation of type ATC is implicitly declared on C. + * annotation of type ATC is {@linkplain javax.lang.model.util.Elements.Origin#MANDATED implicitly declared} on C. * *
  • A representation of A appears in the executable output * for C, such as the {@code RuntimeVisibleAnnotations} or