langtools/src/share/classes/javax/annotation/processing/Processor.java
changeset 9303 eae35c201e19
parent 5520 86e4b9a9da40
child 18669 99572d59c916
--- a/langtools/src/share/classes/javax/annotation/processing/Processor.java	Tue Apr 12 20:58:06 2011 -0700
+++ b/langtools/src/share/classes/javax/annotation/processing/Processor.java	Wed Apr 13 11:35:43 2011 -0700
@@ -225,12 +225,13 @@
      * </dl>
      * </blockquote>
      *
-     * where <i>TypeName</i> is as defined in the <i>Java Language Specification</i>.
+     * where <i>TypeName</i> is as defined in
+     * <cite>The Java&trade; Language Specification</cite>.
      *
      * @return the names of the annotation types supported by this processor
      * @see javax.annotation.processing.SupportedAnnotationTypes
-     * @jls3 3.8 Identifiers
-     * @jls3 6.5.5 Meaning of Type Names
+     * @jls 3.8 Identifiers
+     * @jls 6.5.5 Meaning of Type Names
      */
     Set<String> getSupportedAnnotationTypes();