@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface DynamoDBTable
This annotation is inherited by subclasses, and can be overridden by them as well.
DynamoDBMapperConfig.TableNameOverride
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
tableName
The name of the table to use for this class.
|
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.