src/share/classes/java/lang/reflect/Field.java

Print this page

        

@@ -1149,10 +1149,12 @@
     }
 
     /**
      * 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() {
         return TypeAnnotationParser.buildAnnotatedType(typeAnnotations,