< prev index next >

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

Print this page

        

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