diff -r 702854495934 -r 931f88b3014d langtools/src/java.compiler/share/classes/javax/annotation/processing/Processor.java --- a/langtools/src/java.compiler/share/classes/javax/annotation/processing/Processor.java Tue Apr 18 13:39:04 2017 -0700 +++ b/langtools/src/java.compiler/share/classes/javax/annotation/processing/Processor.java Tue Apr 18 13:43:34 2017 -0700 @@ -278,14 +278,14 @@ *
* * *
ModulePrefix: - *
TypeName / + *
ModuleName / * *
DotStar: *
. * * * * - * where TypeName is as defined in + * where TypeName and ModuleName are as defined in * The Java™ Language Specification. * * @apiNote When running in an environment which supports modules, @@ -299,7 +299,7 @@ * @return the names of the annotation types supported by this processor * @see javax.annotation.processing.SupportedAnnotationTypes * @jls 3.8 Identifiers - * @jls 6.5.5 Meaning of Type Names + * @jls 6.5 Determining the Meaning of a Name */ Set getSupportedAnnotationTypes();