So setzen Sie Kommentare zur Prahlerin -Dokumentation im Spring Boot ab
@ApiModelProperty(notes = "Product ID", example = "1", required = true)
private Long id;
@ApiModelProperty(notes = "Product name", example = "Product 1", required = false)
private String name;
@ApiModelProperty(notes = "Product price", example = "$100.00", required = true)
private String price;
Horrible Hamerkop