Annotation Type DynamoDBTable
Annotation to mark a class as a DynamoDB table.
This annotation is inherited by subclasses, and can be overridden by them as well.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
tableName
String tableNameThe name of the table to use for this class.
-