< prev index next >

src/java.base/share/classes/java/lang/annotation/Annotation.java

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

*** 30,40 **** * interface that manually extends this one does <i>not</i> define * an annotation type. Also note that this interface does not itself * define an annotation type. * * More information about annotation types can be found in section {@jls 9.6} of ! * <cite>The Java&trade; Language Specification</cite>. * * The {@link java.lang.reflect.AnnotatedElement} interface discusses * compatibility concerns when evolving an annotation type from being * non-repeatable to being repeatable. * --- 30,40 ---- * interface that manually extends this one does <i>not</i> define * an annotation type. Also note that this interface does not itself * define an annotation type. * * More information about annotation types can be found in section {@jls 9.6} of ! * <cite>The Java Language Specification</cite>. * * The {@link java.lang.reflect.AnnotatedElement} interface discusses * compatibility concerns when evolving an annotation type from being * non-repeatable to being repeatable. *
< prev index next >