@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface DynamoDBTypeConvertedEpochDate
Date
, Calendar
, DateTime
)
to a ScalarAttributeType.N
stored as epoch time.
Alternately, the DynamoDBTyped
annotation may be used,
@DynamoDBTyped(DynamoDBAttributeType.N) public Date getDate()
DynamoDBTypeConverted
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.