< prev index next >

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

Print this page

        

*** 70,80 **** */ Type[] getBounds(); /** * Returns the {@code GenericDeclaration} object representing the ! * generic declaration declared this type variable. * * @return the generic declaration declared for this type variable. * * @since 1.5 */ --- 70,80 ---- */ Type[] getBounds(); /** * Returns the {@code GenericDeclaration} object representing the ! * generic declaration declared for this type variable. * * @return the generic declaration declared for this type variable. * * @since 1.5 */
< prev index next >