< prev index next >

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

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

*** 253,263 **** * * @return a {@code Type} object that represents the declared type for * the field represented by this {@code Field} object * @throws GenericSignatureFormatError if the generic field * 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 field refers to a non-existent * type declaration * @throws MalformedParameterizedTypeException if the generic * signature of the underlying field refers to a parameterized type --- 253,263 ---- * * @return a {@code Type} object that represents the declared type for * the field represented by this {@code Field} object * @throws GenericSignatureFormatError if the generic field * 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 field refers to a non-existent * type declaration * @throws MalformedParameterizedTypeException if the generic * signature of the underlying field refers to a parameterized type
< prev index next >