|
Would be nice to have (or allow) the IdentifierGeneratorBuilder to be singleton (one instance per class). Couple of options there:
-
Use a convention to look for a singleton reference (static field named INSTANCE e.g.)
-
Perform an implicit class->instance mapping
|