notes property

  1. @XmlElement.new(includeIfNull: false)
String? notes
getter/setter pair

Implementation

@annotation.XmlElement(includeIfNull: false)
String? notes;