< prev index next >

src/java.compiler/share/classes/javax/annotation/processing/Processor.java

Print this page

        

@@ -57,11 +57,11 @@
  * <li>If an existing {@code Processor} object is not being used, to
  * create an instance of a processor the tool calls the no-arg
  * constructor of the processor class.
  *
  * <li>Next, the tool calls the {@link #init init} method with
- * an appropriate {@code ProcessingEnvironment}.
+ * an appropriate {@link ProcessingEnvironment}.
  *
  * <li>Afterwards, the tool calls {@link #getSupportedAnnotationTypes
  * getSupportedAnnotationTypes}, {@link #getSupportedOptions
  * getSupportedOptions}, and {@link #getSupportedSourceVersion
  * getSupportedSourceVersion}.  These methods are only called once per
< prev index next >