Java Client: Add all fields on @ApiMember annotation to prevent compilation errors
For example if the API definitions has ExcludeInSchema set, the autogenerated DTOs do not compile due to unrecognized field on the annotation.
3
votes

These missing Attributes were added some time ago