How can I create an annotation that generates the current time and a random value when applied to a field?
I want to create an annotation that automatically generates a value when attached to a field, similar to @GeneratedValue.
I want to create an annotation that automatically generates a value when attached to a field, similar to @GeneratedValue.