< prev index next >

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

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

*** 118,128 **** * * @return a {@code Type} object that represents the declared type for * this record component * @throws GenericSignatureFormatError if the generic record component * signature does not conform to the format specified in ! * <cite>The Java&trade; Virtual Machine Specification</cite> * @throws TypeNotPresentException if the generic type * signature of the underlying record component refers to a non-existent * type declaration * @throws MalformedParameterizedTypeException if the generic * signature of the underlying record component refers to a parameterized --- 118,128 ---- * * @return a {@code Type} object that represents the declared type for * this record component * @throws GenericSignatureFormatError if the generic record component * signature does not conform to the format specified in ! * <cite>The Java Virtual Machine Specification</cite> * @throws TypeNotPresentException if the generic type * signature of the underlying record component refers to a non-existent * type declaration * @throws MalformedParameterizedTypeException if the generic * signature of the underlying record component refers to a parameterized
< prev index next >