mirror of
https://github.com/google/nomulus
synced 2026-01-06 13:36:48 +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./