< prev index next >

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

Print this page

        

*** 112,122 **** * * </ul> * * @since 1.8 * @jls 9.6 Annotation Types ! * @jls 9.6.3.3 @Inherited */ public interface AnnotatedConstruct { /** * Returns the annotations that are <em>directly present</em> on * this construct. --- 112,122 ---- * * </ul> * * @since 1.8 * @jls 9.6 Annotation Types ! * @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 >