@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface DynamoDbAutoGeneratedTimestampAttribute
Denotes this attribute as recording the auto generated last updated timestamp for the record.
Every time a record with this attribute is written to the database it will update the attribute with current timestamp when
its updated.