From a API perspective, it was added a new method to the Property interface: isAnnotationPresent.
if (!property.isAnnotationPresent(AttributeProperty.class)) {
// do something
}
From a implementation perspective, the result from the query is always a list of PropertyAdapter instances. This class is responsible to encapsulate both members of a properties (or at least one of them) and perform some additional logic considering all members (field and accessor method) of a property.
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
From a API perspective, it was added a new method to the Property interface: isAnnotationPresent.
From a implementation perspective, the result from the query is always a list of PropertyAdapter instances. This class is responsible to encapsulate both members of a properties (or at least one of them) and perform some additional logic considering all members (field and accessor method) of a property.