< prev index next >

jdk/src/java.base/share/classes/java/lang/reflect/AnnotatedArrayType.java

Print this page

        

*** 51,60 **** * <p>Returns {@code null} for an {@code AnnotatedType} that is an instance * of {@code AnnotatedArrayType}. * * @return {@code null} * ! * @since 1.9 */ @Override AnnotatedType getAnnotatedOwnerType(); } --- 51,60 ---- * <p>Returns {@code null} for an {@code AnnotatedType} that is an instance * of {@code AnnotatedArrayType}. * * @return {@code null} * ! * @since 9 */ @Override AnnotatedType getAnnotatedOwnerType(); }
< prev index next >