Retrieves the description of the member.
public String getDescription()
Returns the member's description. If the member does not have the description attribute, an empty string is returned.
This method searches the member's attributes for an instance of DescriptionAttribute. If one is found, the associated description text is returned.