Annotation Type DynamoDbAutoGeneratedUuid
-
@Target(METHOD) @Retention(RUNTIME) public @interface DynamoDbAutoGeneratedUuid
Denotes this attribute as recording the auto generated UUID string for the record. Every time a record with this attribute is written to the database it will update the attribute with aUUID.randomUUID()
string.