< prev index next >

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

Print this page

        

@@ -112,11 +112,11 @@
  *
  * </ul>
  *
  * @since 1.8
  * @jls 9.6 Annotation Types
- * @jls 9.6.3.3 @Inherited
+ * @jls 9.6.4.3 {@code @Inherited}
  */
 public interface AnnotatedConstruct {
     /**
      * Returns the annotations that are <em>directly present</em> on
      * this construct.
< prev index next >