< prev index next >

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

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 41,49 **** * @return an array of {@code TypeVariable} objects that represent * the type variables declared by this generic declaration * @throws GenericSignatureFormatError if the generic * signature of this generic declaration does not conform to * the format specified in ! * <cite>The Java&trade; Virtual Machine Specification</cite> */ public TypeVariable<?>[] getTypeParameters(); } --- 41,49 ---- * @return an array of {@code TypeVariable} objects that represent * the type variables declared by this generic declaration * @throws GenericSignatureFormatError if the generic * signature of this generic declaration does not conform to * the format specified in ! * <cite>The Java Virtual Machine Specification</cite> */ public TypeVariable<?>[] getTypeParameters(); }
< prev index next >