< prev index next >

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

Print this page

        

*** 36,43 **** --- 36,44 ---- /** * Returns the potentially annotated actual type arguments of this parameterized type. * * @return the potentially annotated actual type arguments of this parameterized type + * @see ParameterizedType#getActualTypeArguments() */ AnnotatedType[] getAnnotatedActualTypeArguments(); }
< prev index next >