update samples

This commit is contained in:
William Cheng 2021-07-19 11:43:03 +08:00
parent e263e6acc0
commit 2e1b028ccd
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ public class OuterObjectWithEnumProperty {
* Get value * Get value
* @return value * @return value
**/ **/
@javax.annotation.Nonnull
@ApiModelProperty(required = true, value = "") @ApiModelProperty(required = true, value = "")
@JsonProperty(JSON_PROPERTY_VALUE) @JsonProperty(JSON_PROPERTY_VALUE)
@JsonInclude(value = JsonInclude.Include.ALWAYS) @JsonInclude(value = JsonInclude.Include.ALWAYS)

View File

@ -48,6 +48,7 @@ public class OuterObjectWithEnumProperty {
* Get value * Get value
* @return value * @return value
**/ **/
@javax.annotation.Nonnull
@ApiModelProperty(required = true, value = "") @ApiModelProperty(required = true, value = "")
@JsonProperty(JSON_PROPERTY_VALUE) @JsonProperty(JSON_PROPERTY_VALUE)
@JsonInclude(value = JsonInclude.Include.ALWAYS) @JsonInclude(value = JsonInclude.Include.ALWAYS)