< prev index next >

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

Print this page

        

*** 57,66 **** * refers to a non-existent type declaration * @throws MalformedParameterizedTypeException if the owner type * refers to a parameterized type that cannot be instantiated * for any reason * ! * @since 1.9 */ @Override AnnotatedType getAnnotatedOwnerType(); } --- 57,66 ---- * refers to a non-existent type declaration * @throws MalformedParameterizedTypeException if the owner type * refers to a parameterized type that cannot be instantiated * for any reason * ! * @since 9 */ @Override AnnotatedType getAnnotatedOwnerType(); }
< prev index next >