openapi-processor/openapi-processor-spring

mising bean validation annotations

hauner opened this issue · 0 comments

the check if a bean validation annotation should be added fails with "0" constraints.

  • it does check if (value) which is false if value is 0
  • it should check value != null