Fellow users:
When using JAXB code-first, how much do people worry about the irritation of Java strings mapping to arrays? That is: String foo: Turns into an array of 0 or 1 strings, to account for the possibility of null versus "" versus "foobar". One can clean this up with XmlElement. My question is, how often do people bother?
