Suppose you have annotation and some parameter have multiple values (long list). Like this
@XmlType(name = "submissionData", propOrder = {"submissionId", "submitterId", ...[many other values]})
"Global code style"/"wrapping" seems to have no option to break such list, even when it grow up to 200-300 chars in length. Of course I could insert line breaks by hands, but next auto-formatting will ruin this: values will be arranged in single long line again.