mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-27 03:00:54 +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.