@Retention(value=RUNTIME) @Target(value={FIELD,METHOD,ANNOTATION_TYPE}) public @interface DynamoDBGeneratedUuid
UUID.
 @DynamoDBGeneratedUuid(DynamoDBAutoGenerateStrategy.CREATE) public UUID getKey()
When applied to a key field, only the strategy
 DynamoDBAutoGenerateStrategy.CREATE is supported.
The short-formed DynamoDBAutoGeneratedKey may also be used for
 create only.
May be used as a meta-annotation.
UUID| Modifier and Type | Required Element and Description | 
|---|---|
| DynamoDBAutoGenerateStrategy | valueThe auto-generation strategy. | 
public abstract DynamoDBAutoGenerateStrategy value