< prev index next >

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

Print this page

        

*** 37,44 **** --- 37,45 ---- /** * 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 >