diff -r 37614a3b7193 -r 3f89ba6c36c0 langtools/src/java.compiler/share/classes/javax/annotation/processing/Processor.java --- a/langtools/src/java.compiler/share/classes/javax/annotation/processing/Processor.java Mon Feb 13 10:29:04 2017 -0800 +++ b/langtools/src/java.compiler/share/classes/javax/annotation/processing/Processor.java Mon Feb 13 11:51:51 2017 -0800 @@ -291,7 +291,7 @@ * @apiNote When running in an environment which supports modules, * processors are encouraged to include the module prefix when * describing their supported annotation types. The method {@link - * AbstractProcessor.getSupportedAnnotationTypes + * AbstractProcessor#getSupportedAnnotationTypes * AbstractProcessor.getSupportedAnnotationTypes} provides support * for stripping off the module prefix when running in an * environment without modules.