FieldDescriptor won't recognize fields if there are overloaded versions of the methods.
e.g. given
Collection getField(); Collection getField(String other);
"field" will not be identified as a relation.
Log in to post a comment.