--- old/src/share/classes/java/lang/reflect/Field.java 2013-06-24 23:34:57.000000000 -0700 +++ new/src/share/classes/java/lang/reflect/Field.java 2013-06-24 23:34:57.000000000 -0700 @@ -1151,7 +1151,9 @@ /** * Returns an AnnotatedType object that represents the use of a type to specify * the declared type of the field represented by this Field. - * + * @return an object representing the declared type of the field + * represented by this Field + * * @since 1.8 */ public AnnotatedType getAnnotatedType() {