--- old/src/java.compiler/share/classes/javax/annotation/processing/AbstractProcessor.java 2019-01-07 22:32:32.960000000 -0800 +++ new/src/java.compiler/share/classes/javax/annotation/processing/AbstractProcessor.java 2019-01-07 22:32:32.756000000 -0800 @@ -92,10 +92,10 @@ * same set of strings as the annotation. If the class is not so * annotated, an empty set is returned. * - * If the {@link ProcessingEnvironment#getSourceVersion source + * If the {@linkplain ProcessingEnvironment#getSourceVersion source * version} does not support modules, in other words if it is less * than or equal to {@link SourceVersion#RELEASE_8 RELEASE_8}, - * then any leading {@link Processor#getSupportedAnnotationTypes + * then any leading {@linkplain Processor#getSupportedAnnotationTypes * module prefixes} are stripped from the names. * * @return the names of the annotation types supported by this