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