< prev index next >

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

Print this page

        

*** 58,68 **** * 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 */ default AnnotatedType getAnnotatedOwnerType() { return null; } --- 58,68 ---- * 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 */ default AnnotatedType getAnnotatedOwnerType() { return null; }
< prev index next >