Closed
Description
As explained in the issue excluisve min / max does not work.
I am using 2.7.0
This looks like explicitly not supported in springfox. See ApiModelproperties#L61
. There is only check for range[
and nothing for range(
.
Is there a reason why this is not supported? especially as it looks like a pretty simple thing to be supported?