--- old/src/java.base/share/classes/java/lang/annotation/ElementType.java 2016-05-24 15:03:14.106188380 +0530 +++ new/src/java.base/share/classes/java/lang/annotation/ElementType.java 2016-05-24 15:03:13.954188375 +0530 @@ -46,7 +46,7 @@ * {@code @Target(ElementType.FIELD)} may only be written as a modifier for a * field declaration. * - *

The constant {@link #TYPE_USE} corresponds to the 15 type contexts in JLS + *

The constant {@link #TYPE_USE} corresponds to the 16 type contexts in JLS * 4.11, as well as to two declaration contexts: type declarations (including * annotation type declarations) and type parameter declarations. *