/** * Get form * @return form */ @ApiModelProperty(value = "") @Valid public AlertForm getForm() { return form; }
or