src/share/classes/javax/annotation/processing/AbstractProcessor.java

Print this page

        

@@ -36,11 +36,11 @@
 /**
  * An abstract annotation processor designed to be a convenient
  * superclass for most concrete annotation processors.  This class
  * examines annotation values to compute the {@linkplain
  * #getSupportedOptions options}, {@linkplain
- * #getSupportedAnnotationTypes annotations}, and {@linkplain
+ * #getSupportedAnnotationTypes annotation types}, and {@linkplain
  * #getSupportedSourceVersion source version} supported by its
  * subtypes.
  *
  * <p>The getter methods may {@linkplain Messager#printMessage issue
  * warnings} about noteworthy conditions using the facilities available