mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-19 23:30:56 +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.