< prev index next >

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

Print this page

        

*** 34,45 **** */ public interface AnnotatedTypeVariable extends AnnotatedType { /** * Returns the potentially annotated bounds of this type variable. ! * Note that if no bound is explicitly declared, the bound is unannotated * {@code Object}. * * @return the potentially annotated bounds of this type variable */ AnnotatedType[] getAnnotatedBounds(); } --- 34,46 ---- */ public interface AnnotatedTypeVariable extends AnnotatedType { /** * Returns the potentially annotated bounds of this type variable. ! * If no bound is explicitly declared, the bound is unannotated * {@code Object}. * * @return the potentially annotated bounds of this type variable + * @see TypeVariable#getBounds() */ AnnotatedType[] getAnnotatedBounds(); }
< prev index next >