notes property

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

The week is written out only if the notes are present.

Implementation

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