mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-18 17:43:43 +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.