mirror of
https://github.com/google/nomulus
synced 2026-04-19 07:45:21 +00:00
* Implement a hibernate type for enums Leverage GenericCollectionUserType to store enum fields as an array of strings. * Changes requested in review * Remove extraneous import Curiously, this causes checkstyle to fail now that the import was /removed from a comment./