Asger Askov Blekinge
Results
2
issues of
Asger Askov Blekinge
Should fix https://github.com/xthexder/wide-github/issues/94
I wanted to use Lombok for the generated classes (via Annox) `bindings.xjb` ```xml @lombok.Data @lombok.With @lombok.AllArgsConstructor @lombok.NoArgsConstructor ``` This worked, but the generated classes still contained jaxb-produced getter/setters methods. I...