Annotation Type DynamoDBTable
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface 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:
DynamoDBMapperConfig.TableNameOverride
-
-
Element Detail
-
tableName
String tableName
The name of the table to use for this class.
-
-