mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
This allows us to specify a getter delegation to bypass Hibernate's limitations on field types for the purposes of, e.g., using a sorted set in toString() output rather than the base Hibernate unsorted HashSet type. BUG=http://b/448631639