Change By: Pedro Igor (29/Oct/13 10:13 PM)
Description: Currently, annotations are not being recognized in fields. Eg.:

{code}
   @AttributeProperty
    private String firstName;

    @AttributeProperty
    private String lastName;

    @AttributeProperty
    private String email;
{code}

The Property Query API should also consider the field when looking for annotations and
 also  consider that if a  property  field  is annotated its corresponding  getter  accessor method  inherits the annotation.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira