mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-13 08:31:19 +00:00
All enum instances are `const` so `equals/hashCode` is not needed. Removing this allows to `switch/case` on enum instances.
All enum instances are `const` so `equals/hashCode` is not needed. Removing this allows to `switch/case` on enum instances.