--- old/src/java.compiler/share/classes/javax/annotation/processing/Processor.java 2017-01-09 15:55:12.019051479 -0800 +++ new/src/java.compiler/share/classes/javax/annotation/processing/Processor.java 2017-01-09 15:55:11.923051480 -0800 @@ -243,9 +243,9 @@ * Returns the names of the annotation types supported by this * processor. An element of the result may be the canonical * (fully qualified) name of a supported annotation type. - * Alternately it may be of the form "name.*" + * Alternately it may be of the form "name.*" * representing the set of all annotation types with canonical - * names beginning with "name.". + * names beginning with "name.". * * In either of those cases, the name of the annotation type can * be optionally preceded by a module name followed by a {@code @@ -267,13 +267,13 @@ *
*
SupportedAnnotationTypeString: *
ModulePrefixopt TypeName DotStaropt - *
* + *
* * *
ModulePrefix: - *
TypeName / + *
TypeName / * *
DotStar: - *
. * + *
. * *
* *