@param description the description, required for every annotation
(final String description)
| 743 | |
| 744 | /** @param description the description, required for every annotation */ |
| 745 | public void setDescription(final String description) { |
| 746 | if (!this.description.equals(description)) { |
| 747 | this.description = description; |
| 748 | changed.put("description", true); |
| 749 | } |
| 750 | } |
| 751 | |
| 752 | /** @param notes the notes to set */ |
| 753 | public void setNotes(final String notes) { |