< prev index next >

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

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

@@ -43,11 +43,11 @@
  *
  * A construct is either an element or a type. Annotations on an
  * element are on a <em>declaration</em>, whereas annotations on a
  * type are on a specific <em>use</em> of a type name.
  *
- * As defined by <cite>The Java&trade; Language Specification</cite>
+ * As defined by <cite>The Java Language Specification</cite>
  * section {@jls 9.7.4}, an annotation on an element is a
  * <em>declaration annotation</em> and an annotation on a type is a
  * <em>type annotation</em>.
  *
  * Note that any annotations returned by methods on the {@link
< prev index next >