Annotation Type DynamoDBAutoGeneratedTimestamp
Annotation for marking a property as auto-generatable.
Please note, only
java.util.Calendar, java.util.Date and
java.lang.Long are supported for now. Primitives such as long
are not supported since the unset (or null) state can't be detected.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe auto-generation strategy; default isALWAYS.
-
Element Details
-
strategy
DynamoDBAutoGenerateStrategy strategyThe auto-generation strategy; default isALWAYS.- See Also:
- Default:
ALWAYS
-