Don’t understand @ConstructorProperties
@ConstructorProperties is used by some serialization frameworks to associate constructor parameters with corresponding fields and their getter and setter methods. To do this, it relies on the same common naming conventions that is used when naming getter and setter methods for fields: Getter and setter method names are usually created by capitalizing the field’s name … Read more