@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DynamoDBAutoGeneratedKey
Annotation for marking a hash key or range key property in a class to
auto-generate this key. Only String typed keys can be auto generated, and are
given a random UUID.
- See Also:
UUID