< prev index next >

src/java.base/share/classes/java/lang/Record.java

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

*** 36,49 **** * This is the common base class of all Java language record classes. * * <p>More information about records, including descriptions of the * implicitly declared methods synthesized by the compiler, can be * found in section 8.10 of ! * <cite>The Java&trade; Language Specification</cite>. * * <p>A <em>record class</em> is a shallowly immutable, transparent carrier for ! * a fixed set of values, called the <em>record components</em>. The Java&trade; * language provides concise syntax for declaring record classes, whereby the * record components are declared in the record header. The list of record * components declared in the record header form the <em>record descriptor</em>. * * <p>A record class has the following mandated members: a <em>canonical --- 36,49 ---- * This is the common base class of all Java language record classes. * * <p>More information about records, including descriptions of the * implicitly declared methods synthesized by the compiler, can be * found in section 8.10 of ! * <cite>The Java Language Specification</cite>. * * <p>A <em>record class</em> is a shallowly immutable, transparent carrier for ! * a fixed set of values, called the <em>record components</em>. The Java * language provides concise syntax for declaring record classes, whereby the * record components are declared in the record header. The list of record * components declared in the record header form the <em>record descriptor</em>. * * <p>A record class has the following mandated members: a <em>canonical
< prev index next >