< prev index next >

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

Print this page

        

@@ -37,8 +37,9 @@
 
     /**
      * Returns the potentially annotated generic component type of this array type.
      *
      * @return the potentially annotated generic component type of this array type
+     * @see GenericArrayType#getGenericComponentType()
      */
     AnnotatedType  getAnnotatedGenericComponentType();
 }
< prev index next >