fix javaDoc (#1122)

This commit is contained in:
Igor Mysak 2017-07-21 10:12:25 -07:00 committed by inder123
parent 1c09b3f928
commit ee691fba43

View File

@ -136,9 +136,13 @@ public final class FieldAttributes {
} }
/** /**
* This is exposed internally only for the removing synthetic fields from the JSON output. * Returns the value of the field represented by this {@code Field}, on
* the specified object. The value is automatically wrapped in an
* object if it has a primitive type.
* *
* @return true if the field is synthetic; otherwise false * @return the value of the represented field in object
* {@code obj}; primitive values are wrapped in an appropriate
* object before being returned
* @throws IllegalAccessException * @throws IllegalAccessException
* @throws IllegalArgumentException * @throws IllegalArgumentException
*/ */