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

Print this page

        

*** 1149,1158 **** --- 1149,1160 ---- } /** * 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,